mirror of https://github.com/balkian/dotfiles.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
Xsession | 8 months ago | |
alacritty/.config/alacritty | 8 months ago | |
bash | 7 years ago | |
bspwm/.config/bspwm | 6 years ago | |
dunst/.config/dunst | 8 months ago | |
emacs/.emacs.d | 8 months ago | |
git | 1 year ago | |
i3 | 1 year ago | |
keep/.keep | 3 years ago | |
lightdm/etc/lightdm | 7 years ago | |
not_dots | 2 years ago | |
nvim/.config/nvim | 2 years ago | |
picom | 1 year ago | |
ranger/.config/ranger | 1 year ago | |
screenlayouts/.screenlayout | 1 year ago | |
scripts/.bin | 1 year ago | |
spacemacs | 8 months ago | |
stalonetray | 7 years ago | |
sxhkd/.config/sxhkd | 7 years ago | |
termite | 2 years ago | |
tmux | 2 years ago | |
urxvt/.terminfo/r | 6 years ago | |
vim | 2 years ago | |
vimperator | 5 years ago | |
vscode/.config/Code - OSS/User | 2 years ago | |
zsh | 8 months ago | |
.dockerignore | 7 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 2 years ago | |
Dockerfile | 5 years ago | |
Makefile | 5 years ago | |
README.md | 5 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}
Quick install
make
Install
Each folder contains the configuration files for a specific program, as they would appear under "$HOME" (~). To install them, first initialize the submodules:
git submodule update --init --recursive
Then, you can use the GNU Stow utility to link the files to the appropriate folder:
stow <modules that you want to install>
Alternatively, you may simply copy the files to your $HOME folder.