Last active
September 27, 2016 20:19
-
-
Save javierwilson/f5a07f52fc0b9ec95591 to your computer and use it in GitHub Desktop.
bootstrap my shell
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
#!/bin/bash | |
dnf -y install vim | |
dnf -y install zsh | |
dnf -y install wget | |
dnf -y install curl | |
dnf -y install git | |
dnf -y install bind-utils | |
dnf -y install whois | |
dnf -y install util-linux-user | |
cd ~ | |
wget https://gist.githubusercontent.com/javierwilson/1e08dbdc5150b2c6a574/raw/c8c865b2416c4215be8610924b3ef96763a5209d/.vimrc | |
chsh -s /bin/zsh | |
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment