Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Osx #1

Merged
merged 12 commits into from
Oct 29, 2024
36 changes: 36 additions & 0 deletions .config/Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
tap "clojure-lsp/brew"
tap "d12frosted/emacs-plus"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
brew "coreutils"
brew "iterm2"
brew "asdf"
brew "fzf"
brew "starship"
brew "git"
brew "gnupg"
brew "openjdk"
brew "leiningen"
brew "neovim"
brew "ripgrep"
brew "unzip"
brew "vim"
brew "virtualenv"
brew "meetingbar"
brew "wget"
brew "yarn"
brew "clojure-lsp/brew/clojure-lsp-native"
brew "d12frosted/emacs-plus/emacs-plus@28"
cask "ferdi"
cask "font-fira-code-nerd-font"
cask "font-jetbrains-mono-nerd-font"
cask "postico"
cask "postman"
cask "rectangle"
cask "spotify"
cask "sublime-text"
cask "visual-studio-code"
2 changes: 1 addition & 1 deletion .config/doom/+nubank.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:headline "Work"
:file "~/org/todo.org"
:children (("Simple task"
:keys "s"
"s"
:template "** TODO %?\n")
("Task with link (uses file content)"
:keys "l"
Expand Down
2 changes: 1 addition & 1 deletion .config/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
;;(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light)
;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 16))
(setq doom-unicode-font (font-spec :family "JetBrainsMono Nerd Font" :size 16))
(setq doom-symbol-font (font-spec :family "JetBrainsMono Nerd Font" :size 16))

;; If you or Emacs can't find your font, use 'M-x describe-font' to look them
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to
Expand Down
Loading
Loading