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
|
bash: yaourt
|
||||||
ln -sfP $(DOTFILES)/bash/.bashrc ~/.bashrc
|
ln -sfP $(DOTFILES)/bash/.bashrc ~/.bashrc
|
||||||
|
mkdir -p ~/.nvm/
|
||||||
ln -sfP /usr/share/nvm/init-nvm.sh ~/.nvm/nvm.sh
|
ln -sfP /usr/share/nvm/init-nvm.sh ~/.nvm/nvm.sh
|
||||||
|
|
||||||
config: yaourt
|
config: yaourt
|
||||||
|
@ -18,8 +19,9 @@ config: yaourt
|
||||||
gnome: yaourt
|
gnome: yaourt
|
||||||
rm -rf ~/Templates/*
|
rm -rf ~/Templates/*
|
||||||
ln -sfP $(DOTFILES)/gnome/Templates/* ~/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 -Syau # Install any updates before extra packages
|
||||||
yaourt -S `cat $(DOTFILES)/yaourt/packages.conf` --needed
|
yaourt -S `cat $(DOTFILES)/yaourt/packages.conf` --needed
|
||||||
ln -sfP $(DOTFILES)/yaourt/.yaourtrc ~/.yaourtrc
|
ln -sfP $(DOTFILES)/yaourt/.yaourtrc ~/.yaourtrc
|
||||||
|
|
Loading…
Reference in a new issue