Skip to content

Instantly share code, notes, and snippets.

@topecongiro
Last active January 9, 2018 01:29
Show Gist options
  • Save topecongiro/b5e72c2731e783ef232bbeea995f4e68 to your computer and use it in GitHub Desktop.
Save topecongiro/b5e72c2731e783ef232bbeea995f4e68 to your computer and use it in GitHub Desktop.
Arch Linux setup memo
# 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