mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
15 lines
392 B
Bash
Executable File
15 lines
392 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./install-pacaur.sh
|
|
|
|
pacaur -S ../packages
|
|
xdg-user-dirs-update
|
|
|
|
curl https://d13yacurqjgara.cloudfront.net/users/13449/screenshots/1816328/attachments/332811/Lakeside_Sunrise_3840x2160.jpg > ~/pictures/lakesidesunrise.jpg
|
|
|
|
sudo ln -s /usr/bin/vim /usr/bin/vi
|
|
|
|
systemctl enable lightdm.service
|
|
systemctl enable bluetooth.service --now
|
|
systemctl enable NetworkManager.service --now
|