Skip to content

Instantly share code, notes, and snippets.

@sygo
Last active August 29, 2015 14:17
Show Gist options
  • Save sygo/6731e7cfa67cc85b5f39 to your computer and use it in GitHub Desktop.
Save sygo/6731e7cfa67cc85b5f39 to your computer and use it in GitHub Desktop.
fedora setup script
## essentials ##
yum -y install vim
yum -y install git
yum -y install rxvt-unicode
yum -y install i3
yum -y install i3status
yum -y install w3m
yum -y install mc
yum -y install htop
yum -y install cherrytree
yum -y install terminator
## terminal Fonts ##
wget http://font.gohu.org/gohufont-2.0.tar.gz /tmp/gohufont-2.0.tar.gz
wget https://gist.githubusercontent.com/sygo/844986/raw/2c908b94236cdd83cccb6553273ac73dae97e590/Xdefaults $HOME/.Xdefaults
## make screen more usable ##
wget https://gist.githubusercontent.com/sygo/10876521/raw/499dea3cc82a7879a17b1ca4545f32b8e26ecaf0/.screenrc
## zsh goodness ##
yum -y install zsh
wget https://gist.githubusercontent.com/sygo/6359699/raw/232fdd625535674f90ccd3b860f6ff9b9e4dbaa7/le_prompt.zsh
wget https://gist.githubusercontent.com/sygo/6359674/raw/122fdf019ecc58d548ec554443199e1b9eca8621/.zshrc
mkdir /usr/share/zsh/plugins/ && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /usr/share/zsh/plugins/zsh-syntax-highlighting/
## configure vim ##
wget https://gist.githubusercontent.com/sygo/844983/raw/fc329b76cd351bcabb3a659c9189e366089df94c/vimrc; mv vimrc $HOME/.vimrc
mkdir -p $HOME/.vim/backups
mkdir $HOME/.vim/tmp
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
## Extras ##
wget wifipineapple.com/wp4.sh; mv wp4.sh /opt/wp4.sh; chmod +x /opt/wp4.sh;
git clone https://github.com/garabik/grc.git /tmp/grc && cd /tmp/grc/install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment