Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Update Packages

sudo apt update && sudo apt upgrade

Softwares and utilities

Node and NPM

  • Install build-essential: sudo apt install build-essential -y
  • Install NVM: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
  • After install run: export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
  • Test: nvm -v
  • Install latest node version: nvm install node
  • Test: node -v && npm -v

Git

  • Install: sudo apt-get install git
  • Test: git --version

Vscode

  • Install: flatpak install flathub com.visualstudio.code
  • Test: flatpak run com.visualstudio.code
  • Plugin: Install plugin setting sync

Spotify

  • Install: flatpak install flathub com.spotify.Client
  • Test: flatpak run com.spotify.Client

VLC Player

  • Install: flatpak install flathub org.videolan.VLC
  • Test: flatpak run org.videolan.VLC

OBS Studio

  • Install: flatpak install flathub com.obsproject.Studio
  • Test: flatpak run com.obsproject.Studio

Notable

Gnome Extensions

  • Screenshot Tool
  • Sound Input & Output Device Chooser
  • Apt Update Indicator
  • Dash to Dock

Terminal zsh

  • Install: sudo apt install zsh
  • Test: zsh --version
  • Set to default: chsh -s $(which zsh). Reiniciar linux depois que rodar esse comando

Oh My Zsh

Font Hack

About

softwares and utilities to linux

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors