/dotfiles

~/.dotfiles

Primary LanguageJavaScriptMIT LicenseMIT

Dotfiles

Set up a new system, and maintain current configurations. Symlinking to $HOME is managed by Dotbot.

git config --global user.name "John Doe"
git config --global user.email "john.doe@gmail.com"
git clone git@github.com:rajitbanerjee/dotfiles ~/.dotfiles
mv ~/.gitconfig ~/.gitconfig_local
rm -rf ~/.bashrc ~/.zshrc
cd ~/.dotfiles && ./install
exec $SHELL -l
# setup-system-al2
# setup-system-ubuntu
setup-system-mac
setup-coc-nvim
nvim

# install-mac-apps

nvim

User-Specific Configurations

The following configurations are specific to the user brajit, and should be modified if used by others:

License

MIT