Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!
These dotfiles will:
- Set some sensible default settings for a new Mac.
- Install
brew
and some useful formulae includinggit
,node
,fnm
, andnpm
. - Install
brew cask
and some useful Mac Apps such as VS Code, Spotify, Firefox, Chrome, Alfred etc. - Install useful Extensions for VS Code.
- Install the Rust Programming Language.
-
Clone this project into your home directory:
git clone https://github.com/JamieMason/dotfiles.git ~/dotfiles
-
Edit
USER_NAME
,USER_EMAIL
, andUSER_URL
in~/dotfiles/.extra
to use your own details. -
Apply the dotfiles to your system using:
cd ~/dotfiles && source bootstrap.sh # Alternatively, to update while avoiding confirmation prompts: # cd ~/dotfiles && set -- -f; source bootstrap.sh