Open muzea opened 6 years ago
alsamixer
apt update
apt install git curl zsh vim -y
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="bira"/g' ~/.zshrc
mkdir -p ~/.vim/colors
curl https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim > ~/.vim/colors/solarized.vim
touch ~/.vimrc
cat >> ~/.vimrc<<EOF
syntax enable
set background=dark
let g:solarized_termtrans = 1
colorscheme solarized
EOF
mkdir -p ~/.ssh
touch ~/.ssh/authorized_keys
curl https://gist.githubusercontent.com/muzea/dc3e5dad46741de9dfc36a9acb82ea08/raw/54626ac5a07de81d4e6968bc0684ee7cfc10b298/ali-hz >> ~/.ssh/authorized_keys
polipo