Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 731 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 731 Bytes

My Linux Setup for Development

This is currently my initial setup to begin my development workspace.

Programs installed:

  • nvm
    • node lts
    • node latest
  • telegram
  • slack
  • chromium
  • vscodium
    • installs some extensions
  • vim
  • curl
  • zsh
  • oh-my-zsh
    • powerlevel10k
  • tilix
  • git kraken
  • discord
  • some git config setup

How to install it

Don't forget to change your name and email in the git config section before running the script

Obs: You may be asked to insert your user password at some point, so keep an eye in the terminal.

Download the .sh file in the repository and make it executable:

chmod a+x dev-linux-setup.sh

Execute the script:

yes Y | sh dev-linux-setup.sh