Merge branch 'master' of git.mvl.sh:vleeuwenmenno/dotfiles
Some checks failed
Nix Format Check / check-format (push) Failing after 46s
Some checks failed
Nix Format Check / check-format (push) Failing after 46s
This commit is contained in:
commit
deeeeafe86
4
.bashrc
4
.bashrc
@ -40,6 +40,10 @@ alias gcm='git commit -m'
|
|||||||
alias gco='git checkout'
|
alias gco='git checkout'
|
||||||
alias gcb='git checkout -b'
|
alias gcb='git checkout -b'
|
||||||
|
|
||||||
|
# NodeJS aliases
|
||||||
|
alias node='node-20'
|
||||||
|
alias npm='npm-20'
|
||||||
|
|
||||||
# netstat port in use check
|
# netstat port in use check
|
||||||
alias port='netstat -atupn | grep LISTEN'
|
alias port='netstat -atupn | grep LISTEN'
|
||||||
|
|
||||||
|
@ -35,6 +35,8 @@
|
|||||||
- gdk-pixbuf2-modules-extra
|
- gdk-pixbuf2-modules-extra
|
||||||
- adwaita-icon-theme
|
- adwaita-icon-theme
|
||||||
- gnome-icon-theme
|
- gnome-icon-theme
|
||||||
|
# Used for VSCode Extensions
|
||||||
|
- nodejs20
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user