A collection of dotfiles and scripts I use.
The installation will create backups of the dotfiles and store them in ~/.dotfiles/backups
. This will then create symlinks to the new files located in ~/.dotfiles/system
.
$ git clone https://github.com/mikereinmiller/dotfiles.git ~/.dotfiles
$ sh ~/.dotfiles/scripts/install
You can extend the dotfiles to keep personal information or custom settings on your machine.
This file is loaded at the end of the ~/.zshrc
file if it exist. Create this file and add any settings or overrides you want loaded with zsh.
To uninstall run the command below. This will remove the symlinks and move the previous backup files back to the original location.
$ sh ~/.dotfiles/scripts/uninstall
Make sure all your dotfiles and settings have been restored and destroy the dotfile directory rm -rf ~/.dotfiles
.
- Add App config/settings, (terminal, vscode, etc)