Skip to content

Instantly share code, notes, and snippets.

@sygo
Last active January 19, 2016 01:20
Show Gist options
  • Save sygo/1815f8850fbb8bc0670f to your computer and use it in GitHub Desktop.
Save sygo/1815f8850fbb8bc0670f to your computer and use it in GitHub Desktop.
bootstrap_fedora_23
sudo rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
sudo dnf config-manager --add-repo=http://negativo17.org/repos/fedora-spotify.repo
sudo dnf -y update
sudo dnf -y install vim
sudo dnf -y install gnome-tweak-tool
sudo dnf -y install vlc
sudo dnf -y install unzip
sudo dnf -y install gimp
sudo dnf -y install VirtualBox
sudo dnf -y install spotify-client
sudo dnf -y install filezilla
sudo dnf -y install zsh
mkdir -p .vim/backups && mkdir .vim/tmp
wget https://gist.githubusercontent.com/sygo/844983/raw/fc329b76cd351bcabb3a659c9189e366089df94c/vimrc && mv vimrc .vimr
wget https://gist.githubusercontent.com/sygo/6359699/raw/232fdd625535674f90ccd3b860f6ff9b9e4dbaa7/le_prompt.zsh -P $HOME
wget https://gist.githubusercontent.com/sygo/6359674/raw/122fdf019ecc58d548ec554443199e1b9eca8621/.zshrc -P $HOME
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
sudo mkdir /usr/share/zsh/plugins/ && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /usr/share/zsh/plugins/zsh-syntax-highlighting/
sudo mkdir /usr/share/zsh/plugins/ && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /usr/share/zsh/plugins/zsh-syntax-highlighting/
sudo wget wifipineapple.com/wp4.sh; mv wp4.sh /opt/wp4.sh; chmod +x /opt/wp4.sh;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment