From cdbd25d3357b6623bf2c4bb284386ba3522de5c8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 7 Nov 2016 20:56:45 +0000 Subject: [PATCH] Fix build, remove hax, add battery percentage --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 243b8fc..1eade80 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ bin: bash: yaourt ln -sfP $(DOTFILES)/bash/.bashrc ~/.bashrc + mkdir -p ~/.nvm/ ln -sfP /usr/share/nvm/init-nvm.sh ~/.nvm/nvm.sh config: yaourt @@ -18,8 +19,9 @@ config: yaourt gnome: yaourt rm -rf ~/Templates/* ln -sfP $(DOTFILES)/gnome/Templates/* ~/Templates/ + gsettings set org.gnome.desktop.interface show-battery-percentage true -yaourt: pacman hot\-fix +yaourt: pacman yaourt -Syau # Install any updates before extra packages yaourt -S `cat $(DOTFILES)/yaourt/packages.conf` --needed ln -sfP $(DOTFILES)/yaourt/.yaourtrc ~/.yaourtrc