mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
23 lines
No EOL
561 B
Bash
Executable file
23 lines
No EOL
561 B
Bash
Executable file
# .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 |