Create an IDE using vim + tmux + fish with a focus on Ruby and TypeScript development on OS X.
- copy over
~/.localrc
. - copy over
~/.zhistory
to aidfasd
. - generate and add new ssh keys for git/github. remove the keys from the previous computer.
Installs dotfiles, prezto, and iTerm preferences.
git clone --recursive git@github.com:stephenmckinney/dotfiles.git ~/.dotfiles
cd ~/.dotfiles && ./install.sh
Installs brews, casks (e.g. iTerm), and mas (e.g. Slack)
- Install Homebrew
- Check install:
brew doctor
- Check Brewfile
- Install all brews, casks, and mas in Brewfile:
brew update && brew bundle
- Open Preferences.
- In General tab, under Preferences tab, check Load preferences from a custom folder or URL.
- Paste
~/.dotfiles/iterm2
into the text field (this should import of Solarized Dark and Solarized Light itermcolors.
- Karabiner should load configuration from karabiner.json.
Now when you hit Caps Lock
alone, it will act as ESC
, meaning you can
use it as ESC
in Vim, but if you hold down Caps Lock
and hit another
key (like most Emacs keybindings), it will act as if you hit Control
plus that other key. Bonus: CMD
+ Caps Lock
is used in iTerm as a
Visor hotkey.
Merge updates from prezto/sorin/master and rebase changes.