Created
June 6, 2021 18:16
-
-
Save subekti404dev/8cf60784dcf79348c3ef86c823a38555 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Update Package | |
sudo apt update | |
# Install git wget curl snap | |
sudo apt install git wget curl snap | |
# Install IDE | |
sudo snap install code --classic | |
sudo snap install android-studio --classic | |
# Install SDK | |
sudo snap install node --classic | |
sudo snap install go --classic | |
sudo snap install flutter --classic | |
# Install Testing Tools | |
sudo snap install postman | |
# Install Design Tools | |
sudo snap install figma-linux | |
sudo snap install inkscape | |
sudo snap install photogimp | |
# Install FTP Client | |
sudo apt install filezilla | |
# Install Communication Tools | |
sudo snap install slack --classic | |
sudo snap install discord | |
sudo snap install telegram-desktop | |
sudo snap install mailspring | |
# Install Other Tools | |
sudo snap install simplenote | |
sudo snap install bitwarden | |
sudo snap install flameshot | |
sudo snap install spotify | |
sudo snap install scrcpy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment