SakshamSinha / dotfiles_light

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Original project by fxthomas: from https://github.com/fxthomas/dotfiles

Installation

Install missing packages:

sudo apt-get install vim htop tmux build-essential

Run this on the terminal :

# Clone main repository
git clone https://github.com/sgryco/dotfiles_light.git ~/.dotfiles

# Initialize the submodules
cd ~/.dotfiles; ./install.sh

Run zsh as default shell without modifying /etc/passwd by replacing bash

Add this line in your ~/.bash_profile to load ~/.profile

if [ -f ~/.profile ]; then source ~/.profile; fi

Then add this in your ~/.profile

[ -z "$ZSH_VERSION" ] && [ -f /usr/bin/zsh ] && {
         exec /usr/bin/zsh -l
}

About


Languages

Language:Vim Script 88.5%Language:Shell 10.7%Language:Python 0.8%