mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
31 lines
782 B
Bash
Executable file
31 lines
782 B
Bash
Executable file
# .Xresources
|
|
ln -sv ~/dotfiles/root/.Xresources ~/.Xresources
|
|
|
|
# .zshrc
|
|
rm ~/.zshrc
|
|
ln -sv ~/dotfiles/root/.zshrc ~/.zshrc
|
|
|
|
# .vimrc
|
|
rm ~/.vimrc
|
|
ln -sv ~/dotfiles/root/.vimrc ~/.vimrc
|
|
|
|
# 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
|
|
|
|
# notifications
|
|
mkdir -p ~/.themes/notifications/xfce-notify-4.0
|
|
ln -sv ~/dotfiles/notifications/notifications.css ~/.themes/notifications/xfce-notify-4.0/gtk.css
|