Dotfiles for setting up a new install.
Clone the repo.
git clone git@github.com:bhorvath/dotfiles.git ~/git/dotfiles
For macOS:
~/git/dotfiles/setup_mac.sh
For Linux:
~/git/dotfiles/setup_linux.sh
You can pass arguments to setup_linux.sh to modify what is installed.
| Argument | Description |
|---|---|
--bash |
if using bash as your preferred shell |
--development |
install dependencies for development (nvm, etc) |
--gui |
sets up configuration for X |
--laptop |
sets up laptop specific configurations |
--help |
displays help |