mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01:00
Move languages to a separate directory
This is an attempt to reduce the clutter of the sh/ directory by putting similar scripts in their own subdirectories.
This commit is contained in:
parent
70757528fc
commit
abe4cfb739
@ -9,8 +9,8 @@
|
||||
|
||||
set -xe
|
||||
|
||||
pacman -S nodejs
|
||||
sudo pacman -S nodejs
|
||||
|
||||
pacman -S npm
|
||||
sudo pacman -S npm
|
||||
|
||||
pacman -S yarn
|
||||
sudo pacman -S yarn
|
@ -14,8 +14,8 @@
|
||||
|
||||
set -xe
|
||||
|
||||
pacman -S crystal
|
||||
sudo pacman -S crystal
|
||||
|
||||
pacman -S shards
|
||||
sudo pacman -S shards
|
||||
|
||||
pacman -S llvm
|
||||
sudo pacman -S llvm
|
@ -14,7 +14,7 @@
|
||||
|
||||
set -xe
|
||||
|
||||
pacman -S rustup
|
||||
sudo pacman -S rustup
|
||||
|
||||
rustup install stable
|
||||
|
@ -7,4 +7,4 @@
|
||||
|
||||
set -xe
|
||||
|
||||
pacman -S jdk10-openjdk
|
||||
sudo pacman -S jdk10-openjdk
|
Loading…
Reference in New Issue
Block a user