toerd 6 years ago
commit 31d6280d67

@ -150,7 +150,7 @@ download_dotfiles() {
cd /home/$uname
sudo -u $uname mkdir -p .dotfiles && cd .dotfiles
sudo -u $uname git clone $repo .
sudo -u $uname ./link.sh
sudo -u $uname ./scripts/link.sh
echo "Dotfiles downloaded and installed\n\n" >> $logfile
}

@ -92,6 +92,7 @@ A,P,gloobus-preview,tool to preview files (I use it for dired)
A,P,aspell,no desc
A,P,aspell-en,no desc
A,P,aspell-de,no desc
A,P,rsibreak,Prevent me from descroying myself
# Tools
A,P,flameshot,snipping tool for screenshots and stuff
@ -102,5 +103,6 @@ A,P,clang,C language family frontend for LLVM
A,P,llvm-libs,LLVM runtime libraries
A,P,llvm,Collection of modular and reusable compiler and toolchain technologies
# moved this here because it conflicts with x server todo add group memberships and udev rules (good2know)
L,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI

1 # First column: A = All, L = Laptop, D = Desktop
92
93
94
95
96
97
98
103
104
105
106
107
108
Loading…
Cancel
Save