Skip to content

Instantly share code, notes, and snippets.

@mvtenorio
Last active January 25, 2021 19:21
Show Gist options
  • Save mvtenorio/b3c89767456ef202ea9c119f3949b484 to your computer and use it in GitHub Desktop.
Save mvtenorio/b3c89767456ef202ea9c119f3949b484 to your computer and use it in GitHub Desktop.
Configuração do meu ambiente Linux

Configuração do meu ambiente

Apps / extensões

Editor

  • vim (sudo apt install vim)
  • VSCode
    • Markdown All in One
    • Sublime Text Keymap
    • Prettier
    • Tailwind CSS IntelliSense
    • Vetur
  • Fantasque Sans Mono

Terminal

* Para executar o tmux ao logar no shell, adicione em ~/.bashrc:

if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
  exec tmux new-session -A -s main
fi

Linguagens de programação / ferramentas

Utilidades

  • htop (sudo apt install htop)
@declau
Copy link

declau commented Jan 15, 2021

Show de bola \m/

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