support codespaces

This commit is contained in:
2022-05-15 10:27:13 -04:00
parent 52a48280e7
commit 0dc947fc72
5 changed files with 75 additions and 50 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env bash
USERNAME=$(whoami)
sudo apt-get update
sudo apt-get -y install man
# set shell to zsh
sudo chsh -s /usr/bin/zsh "$USERNAME"
# re-find bearings
ln -sf "$YOU_ARE_HERE" ~/.dotfiles
# install zplug
export ZPLUG_HOME=~/.zplug
# curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
git clone https://github.com/zplug/zplug $ZPLUG_HOME