davidpirogov / rc-1

.rc files and other dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing on a clean Debian machine:

Get the ability to type:

su -c 'apt-get update && apt-get upgrade -y; apt-get install sudo git zsh tmux connect-proxy; adduser faux sudo; chsh -s /bin/zsh'
chsh -s /bin/zsh

# proxy busting

if [ ! -z "$socks_proxy" ]; then
    printf '[url "git@github.com:"]\n\tinsteadOf = "git://github.com/"\n\tinsteadOf = "https://github.com/"\n' >> ~/.gitconfig
    mkdir .ssh
    printf 'Host *.com\n\tProxyCommand /usr/bin/connect-proxy -S '$socks_proxy' %%h %%p\n' >> .ssh/config
fi

# log out, log back in (with agent forwarding)

git clone --recursive git@goeswhere.com:rc.git
tmux
rc/install.sh

About

.rc files and other dotfiles


Languages

Language:Shell 68.9%Language:C 16.5%Language:Python 9.5%Language:Vim Script 4.4%Language:Makefile 0.7%