Skip to content

Instantly share code, notes, and snippets.

@asterion
Created June 27, 2021 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asterion/e5787d3f0aa5c850275821cd60f9ddb5 to your computer and use it in GitHub Desktop.
Save asterion/e5787d3f0aa5c850275821cd60f9ddb5 to your computer and use it in GitHub Desktop.
software para desktop
#!/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