My portable productivity environment.
Contains the User
directory for Sublime Text editor.
Symlink it into ~/.config/sublime-text-2/Packages
.
Contains configuration files for commandline environment: bash, vim, mc, etc.
-
If using GUI, download and install Gnome Terminal Solarized scheme https://github.com/sigurdga/gnome-terminal-colors-solarized
-
Source
.bashrc
from.profile
# if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi
-
Run
cd
intocli
and runinstall.sh