mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
some dotfiles and tools
This commit is contained in:
parent
bddafa0139
commit
c0b7d66189
11 changed files with 775 additions and 0 deletions
23
apply.sh
Executable file
23
apply.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue