Dotfiles used by @pudgereyem.
- Installs node, yarn (etc) and a bunch of apps that I use
- Installs and configures zsh
- Installs a few vscode plugins, and symlinks settings file
- Symlinks
.zshrc
to~/code/dotfiles/.zshrc
- Sets a few OSX settings (optional)
FYI: Certain Applications such as
1Password
,Dropbox
, etc I have chosen to install manually.
- Install Xcode Developer Tools,
xcode-select --install
- Configure Git
- Generate a new SSH Key
- Install Homebrew
git clone https://github.com/pudgereyem/dotfiles
cd dotfiles
./install.sh
or manually:
./brew.sh
./zsh.sh
./npm.sh
ln -sv ~/code/dotfiles/.zshrc ~
You can configure a few settings in OSX by running the .macos
file. It's based on mths.be/macos, but I've removed most of it to keep it simple.
./.macos
Make sure to walk through the file before running it!