Skip to content

Instantly share code, notes, and snippets.

@mindreframer
Last active April 29, 2020 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mindreframer/c5789825fa807279f144aa3b7d538e5d to your computer and use it in GitHub Desktop.
Save mindreframer/c5789825fa807279f144aa3b7d538e5d to your computer and use it in GitHub Desktop.
Installing POP OS

Fresh Pop OS installation:

WIFI

  • install wifi drivers sudo apt install firmware-b43-installer

Chrome

  • install chrome

Ctrl + TAB = next tab Ctrl + Shift + TAB = previous tab Ctrl + T = new tab Ctrl + W = close tab Ctrl + Shift + T = reopen last closed tab

Bluetooth

sudo apt install pulseaudio pulseaudio-utils pavucontrol pulseaudio-module-bluetooth
sudo gedit /etc/bluetooth/audio.conf
# This section contains general options
    [General]
    Enable=Source,Sink,Media,Socket

sudo service bluetooth restart

NIM

https://nim-lang.org/install_unix.html=

curl https://nim-lang.org/choosenim/init.sh -sSf | sh

VIM

sudo apt install neovim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment