/.dotfiles

My precious dotfiles

Primary LanguageLua

Install dependencies

Mac

Symlink files

cd
git clone https://github.com/balvig/.dotfiles.git
ln -sf .dotfiles/.vimrc.before .vimrc.before
ln -sf .dotfiles/.vimrc.after .vimrc.after
ln -sf .dotfiles/.ideavimrc .ideavimrc
ln -sf .dotfiles/.zshrc .zshrc
ln -sf .dotfiles/.gitignore_global .gitignore_global
ln -sf .dotfiles/.gitconfig .gitconfig
ln -sf ~/.dotfiles/nvim ~/.config/nvim
ln -sf ~/.dotfiles/zellij ~/.config/zellij
ln -sf ~/.dotfiles/alacritty ~/.config/alacritty
ln -sf ~/.dotfiles/gh-dash ~/.config/gh-dash

Install Homebrew apps and swap out Alacritty icon

cd ~/.dotfiles/
brew bundle
./update-alacritty-icon.sh

Set up local gitconfig

vi ~/.gitconfig.local

[user]
  name = Your Name
  email = your@email.com