Update initializer script
This commit is contained in:
parent
03295f0388
commit
56b6bcdd08
@ -1,5 +1,10 @@
|
||||
#!/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 \
|
||||
launch=n
|
||||
ln -s $HOME/.local/kitty.app/bin/kitty $HOME/.local/bin/kitty
|
||||
@ -33,4 +38,4 @@ cd $HOME/.local/share/nvim/lazy/neoclip/src
|
||||
CMAKE_PREFIX_PATH=$HOME/.local cmake -B build && make -C build && make -C build install
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/.local/lib
|
||||
echo "export LD_LIBRARY_PATH='$HOME/.local/lib'" >> $HOME/.bashrc
|
||||
echo "alias compile='g++ -O0 -g -fsanitize=address -o fds -std=c++17'" >> $HOME/.bashrc
|
||||
echo "alias compile='g++ -O0 -g -fsanitize=address -o fds -std=c++17'" >> $HOME/.bashrc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user