|
@ -107,6 +107,8 @@ dotfiles() { |
|
|
cp "$DIR"/dotfiles/kitty.conf "$HOME/.config/kitty/" |
|
|
cp "$DIR"/dotfiles/kitty.conf "$HOME/.config/kitty/" |
|
|
cp -r "$DIR"/dotfiles/polybar "$HOME/.config/" |
|
|
cp -r "$DIR"/dotfiles/polybar "$HOME/.config/" |
|
|
cp "$DIR"/dotfiles/tmux.conf "$HOME/.tmux.conf" |
|
|
cp "$DIR"/dotfiles/tmux.conf "$HOME/.tmux.conf" |
|
|
|
|
|
mkdir -p "$HOME/.config/picom" |
|
|
|
|
|
cp "$DIR"/dotfiles/picom.conf "$HOME/.config/picom/" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
graphical() { |
|
|
graphical() { |
|
|