Update initializer script

This commit is contained in:
Allann 2024-09-17 15:35:17 -03:00
parent 03295f0388
commit 56b6bcdd08

View File

@ -1,5 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
GIT_DOMAIN=https://git.puffypony.party:4433
git clone $GIT_DOMAIN/Segcolt/kitty-conf kitty
git clone $GIT_DOMAIN/Segcolt/astronvim-config nvim
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin \ curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin \
launch=n launch=n
ln -s $HOME/.local/kitty.app/bin/kitty $HOME/.local/bin/kitty ln -s $HOME/.local/kitty.app/bin/kitty $HOME/.local/bin/kitty