some dotfiles and tools

This commit is contained in:
He4eT 2018-08-29 01:32:41 +05:00
commit c0b7d66189
11 changed files with 775 additions and 0 deletions

23
apply.sh Executable file
View file

@ -0,0 +1,23 @@
# .Xresources
ln -sv ~/dotfiles/root/.Xresources ~/.Xresources
# .Xresources
rm ~/.zshrc
ln -sv ~/dotfiles/root/.zshrc ~/.zshrc
# i3
mkdir -p ~/.config/i3
ln -sv ~/dotfiles/i3/config ~/.config/i3/config
# polybar
mkdir -p ~/.config/polybar
ln -sv ~/dotfiles/polybar/config ~/.config/polybar/config
# rofi
mkdir -p ~/.config/rofi
ln -sv ~/dotfiles/rofi/config ~/.config/rofi/config
ln -sv ~/dotfiles/rofi/paper-float.rasi ~/.config/rofi/paper-float.rasi
# oomox
mkdir -p ~/.config/oomox/colors
ln -sv ~/dotfiles/oomox/colors/gray ~/.config/oomox/colors/gray