Fix build, remove hax, add battery percentage
This commit is contained in:
parent
c6eec6b06c
commit
cdbd25d335
1 changed files with 3 additions and 1 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in a new issue