Skip to content

Instantly share code, notes, and snippets.

@metaphox
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save metaphox/0a43317c7fda73e3b9f3 to your computer and use it in GitHub Desktop.

Select an option

Save metaphox/0a43317c7fda73e3b9f3 to your computer and use it in GitHub Desktop.

How To (Re-)Build Your Linux Box

  1. Debian, minial installation disk, english layout, Germany, no meta package.
  2. su -
  3. apt-get update && apt-get upgrade
  4. apt-get install sudo
  5. adduser $USERNAME sudo
  6. exit
  7. sudo apt-get install build-essential git zsh mc xorg i3 tmux
  8. git clone https://github.com/metaphox/dotfiles.git submodules are NOT loaded. you may want to change it to git@... later
  9. rm ~/.bashrc && ln -s ~/dotfiles/bashrc ~/.bashrc
  10. ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
  11. add deb http://<URL> wheezy-backports main to /etc/apt/sources.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment