- 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
-
Download
packer.nvim
git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
-
Run
:PackerInstall
in Neovim -
Change keyboard modifier keys to make
Caps Lock
beCtrl
- Migrate the rest of the nvim config to lua