Last active
December 15, 2015 12:58
-
-
Save goude/5263576 to your computer and use it in GitHub Desktop.
bootstrap.sh
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/sh | |
# | |
# Inspired by https://gist.github.com/andsens/2913223 | |
# | |
# curl -sL https://gist.github.com/goude/5263576/download | tar -xzO | /bin/bash -ex | |
# | |
# sudo apt-get install iotop iftop parallel wget curl lsof lftp nmap netcat multitail mtr dstat dtrx pv ngrep sysstat | |
#aptget='sudo apt-get' | |
#chsh='sudo chsh' | |
#$aptget update | |
#$aptget install -y zsh tmux vim git | |
curl -s https://raw.github.com/andsens/homeshick/master/install.sh | bash | |
$HOME/.homeshick clone https://github.com/goude/dotfiles.git | |
$HOME/.homeshick clone https://github.com/goude/vimfiles.git | |
$HOME/.homeshick symlink |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment