You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
J. Fernando Sánchez 7bbcb17419 Several improvements.
* Tmux is not started by default anymore
* Added functions for i3 - Awesome!!
* zsh to start tmux
11 years ago
bin Several improvements. 11 years ago
i3 Several improvements. 11 years ago
not_dots Several improvements. 11 years ago
oh-my-zsh@e85128f2b8 Added i3 11 years ago
vim Added i3 11 years ago
.gitignore Added i3 11 years ago
.gitmodules Removed personal-scripts submodule 11 years ago
README.md Updated README 11 years ago
Xresources Several improvements. 11 years ago
Xresources_old Added i3 11 years ago
Xresources_solarized Added i3 11 years ago
bash_logout First commit 12 years ago
bash_profile First commit 12 years ago
bashrc Several fixes found when installing in Sputnik 11 years ago
gitconfig Updated README 11 years ago
make.sh Fixed ls only listing one file 12 years ago
profile Tweaks to i3 and zsh 11 years ago
pythonrc.py Added niceties to the default python shell 12 years ago
starttmux Several improvements. 11 years ago
tmux.conf Several improvements. 11 years ago
vimrc Several improvements. 11 years ago
xinitrc Several fixes found when installing in Sputnik 11 years ago
xprofile Several fixes found when installing in Sputnik 11 years ago
zshrc Several improvements. 11 years ago

README.md

Balkian's dotfiles

Usage

Download

The Git Way:

git clone https://github.com/balkian/dotfiles.git

The fast way:

curl -#L https://github.com/balkian/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md}

Install

Just run:

git submodule update --init --recursive
source make.sh

How it works

So far, this is the simplest way of keeping your dotfiles in a repository. The installation script will just back-up your files in a folder in your ~/ with the timestamp, so running it twice won't destroy your original files.