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