mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
apply.sh: add ranger
This commit is contained in:
parent
5637fb6520
commit
4b3a6f6ace
1 changed files with 7 additions and 0 deletions
7
apply.sh
7
apply.sh
|
|
@ -40,6 +40,13 @@ mkdir -p ~/.config/polybar
|
||||||
rm ~/.config/polybar/config
|
rm ~/.config/polybar/config
|
||||||
ln -sv ~/dotfiles/polybar/config ~/.config/polybar/config
|
ln -sv ~/dotfiles/polybar/config ~/.config/polybar/config
|
||||||
|
|
||||||
|
# ranger
|
||||||
|
mkdir -p ~/.config/ranger
|
||||||
|
rm ~/.config/ranger/rc.conf
|
||||||
|
ln -sv ~/dotfiles/ranger/rc.conf ~/.config/ranger/rc.conf
|
||||||
|
rm ~/.config/ranger/scope.sh
|
||||||
|
ln -sv ~/dotfiles/ranger/scope.sh ~/.config/ranger/scope.sh
|
||||||
|
|
||||||
# rofi
|
# rofi
|
||||||
mkdir -p ~/.config/rofi
|
mkdir -p ~/.config/rofi
|
||||||
rm ~/.config/rofi/config
|
rm ~/.config/rofi/config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue