mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[Codespaces] Add install script.
This commit is contained in:
parent
fcf01bf6a9
commit
f3ed9af843
1 changed files with 4 additions and 0 deletions
4
install.sh
Normal file
4
install.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
rm -rf ~/.oh-my-zsh
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
|
||||
git clone https://github.com/keanuplayz/dotfiles ~/.dotfiles
|
||||
echo "source ~/.dotfiles/zsh/zshrc"
|
Loading…
Reference in a new issue