Skip to content

Instantly share code, notes, and snippets.

@rdmarsh
Last active December 18, 2015 09:39
Show Gist options
  • Save rdmarsh/5762733 to your computer and use it in GitHub Desktop.
Save rdmarsh/5762733 to your computer and use it in GitHub Desktop.
Set up debian the way I like it.
#choose lxterm
sudo update-alternatives –config x-terminal-emulator
#choose vim.basic
sudo update-alternatives –config vi
#choose xmonad
sudo update-alternatives –config x-window-manager
#install tex/latex
sudo apt-get install texlive texlive-latex-extra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment