Add main fish install script
This commit is contained in:
parent
2e5967f8c6
commit
bf92203812
1 changed files with 17 additions and 0 deletions
17
install.fish
Normal file
17
install.fish
Normal 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
|
Loading…
Reference in a new issue