diff options
author | self <self@sateoki.xyz> | 2022-05-06 19:13:26 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-05-06 19:13:39 +0100 |
commit | 4801ab78df913fde0b40e7086dd7c80cb6292742 (patch) | |
tree | 615abf9efd41bd0ac269121f7f67cf3310a329c2 /setup.sh | |
parent | 629307f9d0bebbe9b143cc9e70ac9615d5a3ba51 (diff) |
Added go, ltex (sort of) & various other improvements to nvim + added paccache to setup
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ fi ########################### Setup everything necessary ############################### +# Various Basic Things +pacman -S pacman-contrib + # Install X Server pacman -S xorg xorg-xinit xorg-xbacklight |