- alacritty configuration
- neovim configuration
- tmux configuration
- zsh configuartion w/ powerlevel10k
- git configuration
install.sh
- downloads/updates any submodules
- installs homebrew
- downloads my default homebrew packages (
install/brew.sh
)- including BlexMono Nerd Font
- installs latest stable node
- downloads the tmux plugin manager
- if running on OS X, it will update some settings (
install/osx.sh
) - switch the default shell to
zsh
git clone https://github.com/gblock0/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh
- Run
:Lazy
in Neovim - Change keyboard modifier keys to make
Caps Lock
beCtrl
- Add ssh key and run
ssh-add --apple-use-keychain
- Migrate the rest of the nvim config to lua