No description
Andrew Tomaka
a51b4c4533
For some reason, vim will load on some of my Ubuntu machines with a greyish background that does weird things. Setting background to dark seems to fix these issues so I am going to roll with it. |
||
---|---|---|
git_template/hooks | ||
zsh | ||
.gitignore | ||
.gitmodules | ||
aliases | ||
aliases-mac | ||
functions | ||
gemrc | ||
gitconfig | ||
gitignore_global | ||
linux.sh | ||
Makefile | ||
README.md | ||
tmux.1-8.conf | ||
tmux.1-9.conf | ||
tmux.conf | ||
vimrc | ||
zshenv | ||
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