sudo apt update && sudo apt upgrade
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
- Install: https://notable.app/#download
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
- Install: sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Download theme: https://github.com/denysdovhan/spaceship-prompt
- Plugin syntax hightlight: git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Plugin suggestion: git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- Open .zshrc file: gedit ~/.zshrc
- Change theme: ZSH_THEME="spaceship"
- Add Plguins: plugins=(git zsh-syntax-highlighting zsh-autosuggestions)
Font Hack