Last active
July 4, 2022 15:45
-
-
Save lhotari/e34cf4e2f23b587f22d8e2415b222bdb to your computer and use it in GitHub Desktop.
Ubuntu install
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
apt-get install autojump zsh tig git htop vim wget | |
apt-get install apt-transport-https ca-certificates curl software-properties-common | |
apt-get install libgnome-keyring-dev && (cd /usr/share/doc/git/contrib/credential/gnome-keyring && make) | |
apt-get install indicator-sysmonitor | |
apt-get install keepass2 | |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - | |
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | |
apt-get update | |
apt-get install docker-ce | |
curl -L https://github.com/docker/compose/releases/download/1.15.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose && chmod 0755 /usr/local/bin/docker-compose | |
curl -fsSL https://www.virtualbox.org/download/oracle_vbox_2016.asc | apt-key add - | |
echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list | |
apt-get update && apt-get install virtualbox-5.1 dkms | |
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ wheezy main" | tee /etc/apt/sources.list.d/azure-cli.list | |
apt-key adv --keyserver packages.microsoft.com --recv-keys 417A0893 && apt-get update && apt-get install azure-cli | |
apt-get install tlp tlp-rdw | |
apt-get install expect | |
apt-get install xsel | |
apt-get install xclip | |
apt-get install arandr | |
apt-get install silversearcher-ag | |
apt-get install compizconfig-settings-manager compiz-plugins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment