No description
| dotfiles | ||
| scripts | ||
| .editorconfig | ||
| .gitignore | ||
| Brewfile | ||
| Brewfile.lock.json | ||
| install-macos.sh | ||
| maskfile.md | ||
| README.md | ||
My macOS and Linux Dotfiles
Installation
Clone this repo to $HOME/.dotfiles:
git clone git@git.rvx.works:RVxLab/dotfiles "$HOME/.dotfiles"
If just is installed, you can run the following command to install relevant systems:
just install
Otherwise, run the relavant scripts by hand:
# For macOS
bash ./install-macos.sh
brew bundle install --file "$HOME/.dotfiles/Brewfile"
# For Linux
# TODO