Skip to content

My portable productivity environment

Notifications You must be signed in to change notification settings

dpashkevich/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My portable productivity environment.

Installation

editors/sublime

Contains the User directory for Sublime Text editor. Symlink it into ~/.config/sublime-text-2/Packages.

cli

Contains configuration files for commandline environment: bash, vim, mc, etc.

  1. If using GUI, download and install Gnome Terminal Solarized scheme https://github.com/sigurdga/gnome-terminal-colors-solarized

  2. 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
  3. Run cd into cli and run install.sh

About

My portable productivity environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published