1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Several changes

* Added ranger
* Update vim airline
* Added udiskie and
* Updated i3 status
* Updated zsh paths to load even when not in a login session
This commit is contained in:
J. Fernando Sánchez
2017-12-07 17:11:32 +01:00
parent 0cd98dd54b
commit 6f07d96ea0
18 changed files with 2783 additions and 62 deletions

View File

@@ -2,7 +2,7 @@
if command -v rofi >/dev/null 2>&1;
then
launcher="rofi -modi drun -show drun"
launcher="rofi -show drun"
else
launcher="dmenu_run -fn "-*-cure-medium-*-*-*-11-*-*-*-*-*-*-*" -nb "#101010" -nf "#5f5f5f" -sb "#191919" -sf "#b72f62" -b"
fi