mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-05 05:01:43 +00:00
d1067cbb00
After the last update, I started getting duplicated bars when using cloned monitors. This commit changes the polybar.sh script to use replace xrandr with a call to `polybar --list-monitors`, which ignores cloned monitors by default. |
||
---|---|---|
alacritty/.config/alacritty | ||
bash | ||
bspwm/.config/bspwm | ||
dunst/.config/dunst | ||
emacs | ||
git | ||
i3 | ||
keep/.keep | ||
lightdm/etc/lightdm | ||
not_dots | ||
nvim/.config/nvim | ||
picom | ||
ranger/.config/ranger | ||
screenlayouts/.screenlayout | ||
scripts/.bin | ||
stalonetray | ||
sxhkd/.config/sxhkd | ||
termite | ||
tmux | ||
urxvt/.terminfo/r | ||
vim | ||
vimperator | ||
vscode/.config/Code - OSS/User | ||
Xsession | ||
zsh | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
Dockerfile | ||
Makefile | ||
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.