Skip to content

Instantly share code, notes, and snippets.

@aimeemikaelac
Last active October 21, 2020 18:12
Show Gist options
  • Save aimeemikaelac/1b7a9101b5da803fcdde13f394e0f7a7 to your computer and use it in GitHub Desktop.
Save aimeemikaelac/1b7a9101b5da803fcdde13f394e0f7a7 to your computer and use it in GitHub Desktop.
basic provisioning script
#!/bin/bash
cd $HOME
sudo apt update
sudo apt upgrade -y
sudo apt autoremove -y
// .tmux.conf
wget https://gist.githubusercontent.com/aimeemikaelac/191c44809e8838e231eb4337cd408834/raw/e274b66eee8ceb8bca9f3d2ac6991a8527c14c6d/.tmux.conf -O $HOME/.tmux.conf
// .vimrc
wget https://gist.githubusercontent.com/aimeemikaelac/cc917e59a7947d36370e239fb3e692c0/raw/ -O $HOME/.vimrc
sudo apt install -y tmux vim htop curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment