1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00
dotfiles/codespaces/codespaces.sh
2022-05-15 10:27:13 -04:00

18 lines
412 B
Bash
Executable File

#!/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