feh and linker.sh
This commit is contained in:
parent
6232f4ec74
commit
c1656b9990
6
fresh.sh
6
fresh.sh
@ -135,9 +135,9 @@ set_permissions() {
|
|||||||
|
|
||||||
download_dotfiles() {
|
download_dotfiles() {
|
||||||
cd /home/$uname
|
cd /home/$uname
|
||||||
mkdir -p .dotfiles && cd .dotfiles
|
sudo -u $uname mkdir -p .dotfiles && cd .dotfiles
|
||||||
git clone $repo .
|
sudo -u $uname git clone $repo .
|
||||||
$(./install.sh)
|
sudo -u $uname ./link.sh
|
||||||
echo "Dotfiles downloaded and installed\n\n" >> $logfile
|
echo "Dotfiles downloaded and installed\n\n" >> $logfile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ A,M,st,Terminal Emulator compiled manually from dotfiles repo
|
|||||||
A,P,i3-gaps,A fork of i3wm tiling window manager with more features including gaps
|
A,P,i3-gaps,A fork of i3wm tiling window manager with more features including gaps
|
||||||
A,A,polybar-git,A fast and easy-to-use status bar
|
A,A,polybar-git,A fast and easy-to-use status bar
|
||||||
A,P,dmenu,Generic menu for X
|
A,P,dmenu,Generic menu for X
|
||||||
A,P,nitrogen,Background browser and setter for X windows
|
A,P,feh,Image toolbelt
|
||||||
|
|
||||||
# Display management
|
# Display management
|
||||||
A,P,arandr,Provide a simple visual front end for XRandR 1.2.
|
A,P,arandr,Provide a simple visual front end for XRandR 1.2.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user