Inspired by Erick Wendel's ew-ubuntu-setup repository :)
- Google Chrome
- Curl
- Git
- Node.js LTS
- Yarn
- VSCode
- Spotify
- Insomnia
- Flameshot
- Peek
- Beekeeper Studio
- Terminator
- Vim
- Gnome Tweak Tool
- ZSH
- Oh my Zsh
-
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
-
Unzip the file by running following command
unzip linux-development-setup.zip
-
Add permissions to allow the setup file to be executed
chmod +x install.sh
-
Then, execute the
install.sh
by running the following line./install.sh
This repository also contain some of my settings (like themes)!
The following commands are not installed with the main install.sh
file, so you must install them separately.
-
To install docker and docker-compose:
chmod +x install-docker.sh && ./install-docker.sh
-
To install the same theme I use:
chmod +x install-themes.sh && ./install-themes.sh