Skip to content

Instantly share code, notes, and snippets.

@goude
Last active December 15, 2015 12:58
Show Gist options
  • Save goude/5263576 to your computer and use it in GitHub Desktop.
Save goude/5263576 to your computer and use it in GitHub Desktop.
bootstrap.sh
#!/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