Browse Source

add fzf to install-new-server.sh

master
arnaucube 5 years ago
parent
commit
a797ca2538
2 changed files with 5 additions and 0 deletions
  1. +1
    -0
      i3/config
  2. +4
    -0
      install-new-server.sh

+ 1
- 0
i3/config

@ -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

+ 4
- 0
install-new-server.sh

@ -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

Loading…
Cancel
Save