These are my dotfiles.
I use MacOS.
I edit with Doom Emacs.
I window manage with yabai and skhd.
I manage packages with Homebrew
- Install Homebrew
- Install dependencies:
brew install koekeishiya/formulae/yabai koekeishiya/formulae/skhd ranger stow ripgrep fd exa node@20 zsh-syntax-highlighting zsh-autosuggestions iterm2 font-mononoki-nerd-font hammerspoon
- Clone the repository:
git clone https://github.com/ikapo/dotfiles
- Symlink the dotfiles:
cd dotfiles && stow ./ -t ~/
- Start services:
brew services start skhd && brew services start yabai
- Install Emacs:
brew tap d12frosted/emacs-plus && brew install emacs-plus@29 --with-native-comp --with-nobu417-big-sur-icon
- Clone Doom Emacs:
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d
- Install Doom:
doom install