diff options
| author | jason | 2017-04-20 16:04:44 -0600 |
|---|---|---|
| committer | jason | 2017-04-20 16:04:44 -0600 |
| commit | 281832999825334accd1da552d7e028efd8b3e2f (patch) | |
| tree | c444818c0de715c7af5392a8e046131b71248d7d | |
| parent | 06c2df048e46926799b331dfefd60d0045a95f8b (diff) | |
| download | dotfiles-281832999825334accd1da552d7e028efd8b3e2f.tar.gz dotfiles-281832999825334accd1da552d7e028efd8b3e2f.zip | |
Add stub of ubuntu move in script
| -rw-r--r-- | ubuntu_move_in.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ubuntu_move_in.sh b/ubuntu_move_in.sh new file mode 100644 index 0000000..df234e4 --- /dev/null +++ b/ubuntu_move_in.sh | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | sudo apt-get update && sudo apt-get -y dist-upgrade | ||
| 2 | |||
| 3 | sudo apt-get install -y git i3 | ||