Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Last active December 20, 2015 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jansanchez/6191406 to your computer and use it in GitHub Desktop.
Save jansanchez/6191406 to your computer and use it in GitHub Desktop.
Initial steps for linux crunchbang waldorf
# Install Packages for Crunchbang
cb-welcome
# Install Vim
sudo apt-get install vim
# The better vim plugins and resources for Vim, Gvim and MacVim
git clone https://github.com/spf13/spf13-vim.git
# list of vim colorschemes
http://vimcolorschemetest.googlecode.com/svn/html/index-html.html
# and in ~/.bashrc copy and paste at the end of this file as follows:
# https://raw.github.com/jansanchez/resources/master/git/bash/.bashrc
# and then... too
https://raw.github.com/jansanchez/resources/master/git/bash/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment