This commit is contained in:
2025-12-17 12:13:37 +01:00
parent 534b9f3a16
commit 8d3f43ab14
7 changed files with 30 additions and 5 deletions

11
setup
View File

@ -58,9 +58,11 @@ fi
echo Installing packages...
yay -Sy --noconfirm `sed 's/^#.*$//' < packages.txt`
luarocks install `sed 's/^#.*$//' < rocks.txt`
npm i -g `sed 's/^#.*$//' < npm.txt`
yay -Sy --noconfirm `sed 's/^#.*$//' < packages/system.txt`
sudo luarocks install `sed 's/^#.*$//' < packages/rocks.txt`
sudo npm i -g `sed 's/^#.*$//' < npm.txt`
gem install --user-install `sed 's/^#.*$//' < packages/gems.txt`
julia packages/julia.jl
@ -123,3 +125,6 @@ echo Installing apps...
# Changing shell
chsh -s /bin/fish
# Register iruby
iruby register --force