Last active
May 10, 2022 14:06
-
-
Save Maes95/02f6399845d6eaf2d4d43d1023031483 to your computer and use it in GitHub Desktop.
Instalation
This file contains hidden or 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
# Comandos e instalaciones realizadas | |
# Curl | |
sudo apt install curl | |
# Docker | |
$ curl https://get.docker.com | sh | |
$ sudo usermod -aG docker michel | |
Need to log out after this | |
$ sudo apt install docker-compose | |
# Htop | |
$ sudo apt install htop | |
# Screen 21:9 | |
$ cvt 2560 1080 60 | |
$ xrandr --newmode "2560x1080i_60.00" 230.00 2560 2720 2992 3424 1080 1083 1093 1120 -hsync +vsync | |
$ xrandr --addmode HDMI-2 "2560x1080i_60.00" | |
# Java | |
$ curl -s "https://get.sdkman.io" | bash | |
$ sdk install java 17.0.2-open | |
$ sdk install maven | |
# VSCode | |
Instalar de la página oficial | |
Instalar "Settings Sync" -> Descargar configuración previa | |
# Terminator | |
$ sudo apt install terminator | |
# Git | |
$ sudo apt install git | |
# Shutter | |
Install from ubuntu software | |
# Tweaks | |
Install GnomeTweaks | |
$ sudo apt-get install chrome-gnome-shell | |
Go to https://extensions.gnome.org/local/ | |
- DashToDock | |
- User Themes | |
- MyLauncher | |
- System monitor | |
- $ sudo apt install gir1.2-gtop-2.0 gir1.2-nm-1.0 gir1.2-clutter-1.0 | |
# Theme | |
$ sudo add-apt-repository ppa:papirus/papirus | |
$ sudo apt-get update | |
$ sudo apt-get install papirus-icon-theme | |
# Latex | |
$ sudo apt install texlive-latex-extra | |
# Other | |
$ sudo apt install net-tools | |
$ sudo apt install vpnc network-manager-vpnc-gnome | |
$ sudo apt install unrar-free | |
$ sudo apt install ffmpeg | |
& sudo apt install awscli | |
$ wget --no-check-certificate -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment