Skip to content

Shell scripts to install programs focused on a development setup

Notifications You must be signed in to change notification settings

luanpanno/linux-development-setup

Repository files navigation

Linux Development Setup

Inspired by Erick Wendel's ew-ubuntu-setup repository :)

What's gonna be installed

  1. Google Chrome
  2. Curl
  3. Git
  4. Node.js LTS
  5. Yarn
  6. VSCode
  7. Spotify
  8. Insomnia
  9. Flameshot
  10. Peek
  11. Beekeeper Studio
  12. Terminator
  13. Vim
  14. Gnome Tweak Tool
  15. ZSH
  16. Oh my Zsh

How to run the setup

  1. Open the terminal, go to the directory you want to download the setup, and then run the following line

    wget https://github.com/luanpanno/linux-development-setup/archive/master.zip -O linux-development-setup.zip
    
  2. Unzip the file by running following command

    unzip linux-development-setup.zip
    
  3. Add permissions to allow the setup file to be executed

    chmod +x install.sh
    
  4. Then, execute the install.sh by running the following line

    ./install.sh
    

This repository also contain some of my settings (like themes)!

Additional commands

The following commands are not installed with the main install.sh file, so you must install them separately.

  1. To install docker and docker-compose:

    chmod +x install-docker.sh && ./install-docker.sh
    
  2. To install the same theme I use:

    chmod +x install-themes.sh && ./install-themes.sh
    

About

Shell scripts to install programs focused on a development setup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages