This is the home place for my dotfiles.
- Entirely bootstrapped
- No dependencies
install.sh
to run on new machines.
Run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/StevenJPx2/dotfiles/main/install.sh)"
And enjoy! 🎉
- First ensure you have
brew
installed. - Install
just
if you do not have it installed yet.
just bundle
just create [[name]]
This will then create a folder in configs/
with a default config.json
.
Note
If you have a dot-preceding .
dotfile, for visibility sake, you can replace it with dot_
.
Ex: .tmux.conf
-> dot_tmux.conf
This will auto-translate it to the correct file name.
just update
This will also diff the files with your current config and ensure you are informed of all the changes you'll be making.