Skip to content

sgryco/dotfiles_light

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published