Skip to content

Instantly share code, notes, and snippets.

@diegorondao
Last active March 2, 2023 12:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegorondao/9a0c137909781099fbb763140584e4ee to your computer and use it in GitHub Desktop.
Save diegorondao/9a0c137909781099fbb763140584e4ee to your computer and use it in GitHub Desktop.
Ambiente de desenvolvimento no Linux - Com VS Code, ZSH, Oh-my-zsh, zsh-syntax-highlighting, zsh-autosuggestions e ASDF.

!/bin/bash

Update/Upgrade Packages

  • sudo apt update -y
  • sudo apt upgrade -y

Install ASDF

Install ASDF plugin nodejs

Install a VS Code

Install ZSH

  • sudo apt install zsh -y
  • chsh -s /bin/zsh
  • zsh

Install Oh-my-zsh! -> https://ohmyz.sh/

Install Zsh Autosuggestions

Install Zsh Syntax Highlighting

Add plugins

  • plugins=(git zsh-autosuggestions zsh-syntax-highlighting)

mkdir -p ~/.fonts

fc-cache -vf reboot

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