Personal dotfiles and system configuration.
.vimrc,.zshrc,.gitconfig,.gitignore_global— config filessettings.json— VS Code settingssetup_linux.sh— installs packages, zsh, oh-my-zsh, and symlinks dotfilesbootstrap_linux.sh— fresh machine setup (installs git, clones repo, runs setup)
On a new machine, run:
wget -qO- https://raw.githubusercontent.com/rjayasin/dotfiles/main/bootstrap_linux.sh | shSymlink dotfiles to your home directory:
make syncRemove symlinks:
make clean