It is what it is.
- Install
git
- Clone repo into a new directory
# With SSH if setup
git clone git@github.com:JosiahABrown/dotfiles.git ~/.dotfiles
# or HTTPS and switch remotes later
git clone https://github.com/JosiahABrown/dotfiles.git ~/.dotfiles
- Create symnlinks in the home directory or anywhere that you need
# The best way to do this is with a setup.sh
ln -s real/file/path sym/link/path
ln -s ~/.dotfile/.zshrc ~/.zshrc
ln -s ~/.dotfile
- Organize steps into setup.sh
- Read tutorials on securing dotfile
- Add auto complete plugin to nvim
- Python
- Js
- Bash