chmod +x script.sh
sudo ./script.sh
- Git
- Google Chrome
- NodeJs & npm
- Arc theme and icons
- Deluge BitTorrent Client
- Spotify
- VLC media player
- Redshift
- Atom
- Gdebi
- Truffle
- Ganache-cli
- Bluetooth configuration
- Slack
- Snap
- Zoom meeting
- Brave browser
- KVM
- autoconf
- Telegram
- Gnome-clocks
- Linux Brew
- tlpui
xcode-select --print-path
# in my case /Library/Developer/CommandLineTools
# the next line deletes the path returned by the command above
sudo rm -rf $(xcode-select --print-path)
# install them (again) if you don't get a default installation prompt
xcode-select --install
Please open an issue with the name of the package which you would want to be added to the script.
- Fork this repo and clone it.
- Add the command/s to install the desired package to
script.shfile and make sure that it compiles. - Update the
README.mdwith the name of the package. - Open a pull request with your commit.