Last active
December 20, 2015 20:38
-
-
Save jansanchez/6191406 to your computer and use it in GitHub Desktop.
Initial steps for linux crunchbang waldorf
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
# 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