No description
Andrew Tomaka
e5decc0f38
Issue convincing me to swap was more likely caused by not having grunt-cli globally installed, but I tried this frist and since homebrew is not advised, might as well keep it this way |
||
---|---|---|
oh-my-zsh@1b6af54676 | ||
vim | ||
zsh | ||
.gitignore | ||
.gitmodules | ||
aliases | ||
aliases-mac | ||
functions | ||
gemrc | ||
gitconfig | ||
gitignore_global | ||
Makefile | ||
README.md | ||
tmux.1-8.conf | ||
tmux.1-9.conf | ||
tmux.conf | ||
vimrc | ||
zshrc |
sudo apt-get install tmux zsh zclip
chsh -s /bin/zsh
Install rbenv
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
exec $SHELL -1
git clone repo
mv dotfiles/\* .
git submodule update --init
source .zshrc
:BundleInstall
inside of vim
exec $SHELL -1
rbenv install 1.9.3-p327
rbenv rehash
Remote Server: edit /etc/ssh/sshd_config
PermitTunnel yes
GatewayPorts yes