Install kakoune, new bash_alias
This commit is contained in:
9
setup.sh
9
setup.sh
@@ -9,3 +9,12 @@ ln -sf $SRC/bin $HOME/bin
|
||||
|
||||
mkdir -p $HOME/.local/share/fonts
|
||||
cp $SRC/.local/share/fonts/* $HOME/.local/share/fonts/.
|
||||
|
||||
# Install kakoune
|
||||
wget https://github.com/mawww/kakoune/releases/download/v2026.05.21/kakoune-v2026.05.21-linux.tar.bz2
|
||||
unpack kakoune-v2026.05.21-linux.tar.bz2
|
||||
cd kakoune-v2026.05.21-linux
|
||||
sudo cp -r bin/* /usr/local/bin/
|
||||
sudo cp -r libexec/* /usr/local/libexec/
|
||||
sudo cp -r share/* /usr/local/share/
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user