Created
June 27, 2021 23:27
-
-
Save asterion/e5787d3f0aa5c850275821cd60f9ddb5 to your computer and use it in GitHub Desktop.
software para 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
#!/bin/bash | |
sudo apt install -y tree bc vim htop curl wget ubuntu-restricted-extras rar unrar p7zip-full p7zip-rar ubuntu-gnome-desktop gnome-session gdm3 chrome-gnome-shell terminator docker docker-compose git php-cli php-curl rsync gnome-tweaks | |
sudo snap install vlc | |
sudo update-alternatives --config editor | |
git config --global color.ui true | |
git config --global color.diff.meta "yellow bold" | |
git config --global color.diff.old "red bold" | |
git config --global color.diff.new "green bold" | |
git config --global color.status.added "green bold" | |
git config --global color.status.changed "yellow" | |
git config --global color.status.untracked "cyan" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment