Skip to content

Instantly share code, notes, and snippets.

@svlasov
Last active October 20, 2017 14:42
Show Gist options
  • Save svlasov/626690fca87c80ee131c7a2dac05f322 to your computer and use it in GitHub Desktop.
Save svlasov/626690fca87c80ee131c7a2dac05f322 to your computer and use it in GitHub Desktop.
Install essential software on Ubuntu
#!/bin/bash
sudo apt-get update && \
sudo apt-get install -y \
ack-grep \
apt-transport-https \
build-essential \
ca-certificates \
curl htop git \
lsb-core \
software-properties-common tmux \
tree unzip vim wget \
echo "##################################################"
echo "###### INITIAL SETUP DONE !!! #######"
echo "##################################################"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment