Skip to content

Instantly share code, notes, and snippets.

@javierwilson
Last active September 27, 2016 20:19
Show Gist options
  • Save javierwilson/f5a07f52fc0b9ec95591 to your computer and use it in GitHub Desktop.
Save javierwilson/f5a07f52fc0b9ec95591 to your computer and use it in GitHub Desktop.
bootstrap my shell
#!/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