mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-08-03 05:45:20 -04:00
support codespaces
This commit is contained in:
Executable
+17
@@ -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
|
||||
Reference in New Issue
Block a user