1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
dotfiles/scripts/configsetup

19 lines
434 B
Plaintext
Raw Normal View History

2016-05-15 22:52:29 +00:00
#!/bin/sh
2016-03-31 17:45:07 +00:00
./install-pacaur.sh
pacaur -S ../packages
2016-05-16 16:47:55 +00:00
# Update AUR completions for zsh
aurtab
2016-05-10 16:05:30 +00:00
xdg-user-dirs-update
curl https://d13yacurqjgara.cloudfront.net/users/13449/screenshots/1816328/attachments/332811/Lakeside_Sunrise_3840x2160.jpg > ~/pictures/lakesidesunrise.jpg
2016-03-31 17:45:07 +00:00
2016-04-02 15:02:05 +00:00
sudo ln -s /usr/bin/vim /usr/bin/vi
2016-03-31 17:45:07 +00:00
systemctl enable lightdm.service
systemctl enable bluetooth.service --now
systemctl enable NetworkManager.service --now