1
Fork 0

Add main fish install script

This commit is contained in:
Edgar P. Burkhart 2023-05-16 13:28:19 +02:00
parent 2e5967f8c6
commit bf92203812
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 17 additions and 0 deletions

17
install.fish Normal file
View File

@ -0,0 +1,17 @@
function install -a path
pushd $path
./.install.fish
popd
end
pushd src
install Desktop
install Fontconfig
install Git
#install Kitty
install Neovim
install i3
install i3status
popd