Skip to content

Instantly share code, notes, and snippets.

@bronze
Last active March 7, 2021 08:15
Show Gist options
  • Save bronze/fdbd73a4369d61b8d8a1d65a508b0695 to your computer and use it in GitHub Desktop.
Save bronze/fdbd73a4369d61b8d8a1d65a508b0695 to your computer and use it in GitHub Desktop.
Pop! OS

Customize: https://support.system76.com/articles/customize-gnome/

Extensions:

Theme:

File manager (to remember) https://www.linuxuprising.com/2018/07/how-to-replace-nautilus-with-nemo-file.html https://gitlab.gnome.org/GNOME/nautilus/-/issues/158 https://superuser.com/questions/265916/why-does-gnome-3-not-display-files-on-the-desktop

sudo apt install ubuntu-restricted-extras

#Homebrew Time /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> /home/bronze/.profile
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
sudo apt-get install build-essential
brew install gcc

brew install npm
npm install -g yarn netlify-cli yarn-check npm-check

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