This is the home place for my dotfiles.
- Entirely bootstrapped
- No dependencies
install.shto 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
brewinstalled. - Install
justif you do not have it installed yet.
just bundlejust 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 updateThis will also diff the files with your current config and ensure you are informed of all the changes you'll be making.
just update -yjust update [[name]]