Last active
January 19, 2016 01:20
-
-
Save sygo/1815f8850fbb8bc0670f to your computer and use it in GitHub Desktop.
bootstrap_fedora_23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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