mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 12:36:42 +01:00
add fzf to install-new-server.sh
This commit is contained in:
@@ -175,6 +175,7 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
|
||||
|
||||
exec redshift-gtk
|
||||
# having installed feh (sudo apt install feh)
|
||||
exec feh --bg-fill ~/MEGA/wallpapers/geometry02_croped1920x1080.png
|
||||
exec xmodmap .Xmodmap
|
||||
|
||||
|
||||
@@ -51,3 +51,7 @@ apt-get install -y nodejs
|
||||
|
||||
echo "installing npm http-server"
|
||||
npm install -g http-server
|
||||
|
||||
echo "installing fzf fuzzy finder"
|
||||
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||
~/.fzf/install
|
||||
|
||||
Reference in New Issue
Block a user