Skip to content

Commit

Permalink
Merge branch 'osx'
Browse files Browse the repository at this point in the history
  • Loading branch information
ashton committed Oct 29, 2024
2 parents 6867661 + d474f08 commit 74e34af
Show file tree
Hide file tree
Showing 17 changed files with 1,444 additions and 103 deletions.
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

0 comments on commit 74e34af

Please sign in to comment.