Update
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
all-the-package-names
|
all-the-package-names
|
||||||
nodemcu-tool
|
nodemcu-tool
|
||||||
coffeescript
|
coffeescript
|
||||||
|
typescript
|
||||||
|
|||||||
@ -22,8 +22,8 @@ ldc
|
|||||||
|
|
||||||
vlang
|
vlang
|
||||||
go
|
go
|
||||||
rust
|
|
||||||
zig
|
zig
|
||||||
|
rustup
|
||||||
|
|
||||||
ghc
|
ghc
|
||||||
|
|
||||||
@ -43,6 +43,8 @@ luarocks
|
|||||||
|
|
||||||
node
|
node
|
||||||
npm
|
npm
|
||||||
|
deno
|
||||||
|
bun
|
||||||
|
|
||||||
dotnet-sdk
|
dotnet-sdk
|
||||||
mono
|
mono
|
||||||
|
|||||||
7
setup
7
setup
@ -109,9 +109,6 @@ echo Installing apps...
|
|||||||
mkdir -p "$HOME/.config/fish/conf.d"
|
mkdir -p "$HOME/.config/fish/conf.d"
|
||||||
zoxide init fish > "$HOME/.config/fish/conf.d/zoxide.fish"
|
zoxide init fish > "$HOME/.config/fish/conf.d/zoxide.fish"
|
||||||
|
|
||||||
# NodeMCU-Tool
|
|
||||||
sudo npm install -g nodemcu-tool
|
|
||||||
|
|
||||||
# Configuring git
|
# Configuring git
|
||||||
git config --global core.editor vim
|
git config --global core.editor vim
|
||||||
git config --global user.name Tomas
|
git config --global user.name Tomas
|
||||||
@ -128,3 +125,7 @@ echo Installing apps...
|
|||||||
|
|
||||||
# Register iruby
|
# Register iruby
|
||||||
iruby register --force
|
iruby register --force
|
||||||
|
|
||||||
|
# Rustup
|
||||||
|
rustup default stable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user