mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 11:42:28 +00:00
bc8b9f26d7
To make "tmux attach" create a session when there aren't any active yet, you need to call "new-session" in the config. My problem was that new-session was set before setting the terminal to 256 colors. Hence, when a session is created, it has TERM=screen by default. |
||
---|---|---|
bin | ||
emacs.d | ||
i3 | ||
not_dots | ||
oh-my-zsh@5663d3a1fe | ||
terminfo/r | ||
vim | ||
.gitignore | ||
.gitmodules | ||
bash_logout | ||
bash_profile | ||
bashrc | ||
gitconfig | ||
gitignore_global | ||
make.sh | ||
noserc | ||
profile | ||
pythonrc.py | ||
README.md | ||
starttmux | ||
tmux.conf | ||
vimperatorrc | ||
vimrc | ||
xinitrc | ||
xprofile | ||
Xresources | ||
Xresources_old | ||
Xresources_solarized | ||
zshrc |
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.