Update
This commit is contained in:
11
setup
11
setup
@ -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
|
||||
|
||||
Reference in New Issue
Block a user