Last active
January 9, 2018 01:29
-
-
Save topecongiro/b5e72c2731e783ef232bbeea995f4e68 to your computer and use it in GitHub Desktop.
Arch Linux setup memo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Wireless | |
pacman -S wpa_supplicant | |
pacman -S dialog # wifi-menu | |
# Utilities | |
pacman -S fish | |
# KDE | |
pacman -S plasma-meta | |
# YouCompleteMe | |
cd ~/.vim/plugged/youcompleteme | |
python3 install.py --system-libclang --clang-completer --go-completer --rust-completer | |
# Dracula theme for Konsole | |
curl https://raw.githubusercontent.com/dracula/konsole/master/Dracula.colorscheme -o ~/.local/share/konsole |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment