Skip to content

This is an automated script to install (most) of the dependencies in which I need to setup my development enviroment.

Notifications You must be signed in to change notification settings

vivianedias/development-linux-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is an automated script to install (most) of the dependencies in which I need to setup my development enviroment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages