This is the public version of my dotfiles. It's also the base of dotfiles that I use on my working laptops. I'll update it from time to time to keep it up-to-date.
Credit to @fatih and his dotfiles
# install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install all brew dependencies
brew bundle
# copy dotfiles to the appropriate places
make
# install vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# open vim and install all plugins
:PlugInstall
# install doom emacs
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install
These screenshots are stored in the first issue of this repository.
CLI | Path | Version |
---|---|---|
AeroSpace | /opt/homebrew/bin/aerospace | 0.17.0-Beta |
fish | /opt/homebrew/bin/fish | 4.0b1 |
Git | /opt/homebrew/bin/git | 2.48.1 |
Homebrew | /opt/homebrew/bin/brew | 4.4.21-31-gdf70c9f |
Neovim | /opt/homebrew/bin/nvim | 0.10.4 |
typos | /opt/homebrew/bin/typos | 1.29.7 |
Visual Studio Code | /opt/homebrew/bin/code | 1.97.2 |