pudgereyem / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Dotfiles used by @pudgereyem.

About

  • Installs yarn, node (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.

Before you do anything

  1. Install Xcode Developer Tools, xcode-select --install
  2. Configure Git
  3. Generate a new SSH Key
  4. Install Homebrew

Usage

git clone https://github.com/pudgereyem/dotfiles
cd dotfiles
./install.sh

or manually:

./brew.sh
./zsh.sh
./vscode.sh
ln -sv ~/code/dotfiles/.zshrc ~

OSX settings

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!

About


Languages

Language:Shell 100.0%