add nodejs for fedora
parent
702b07dfff
commit
c57d88372d
|
@ -1,2 +1,4 @@
|
|||
# Node
|
||||
node_modules/
|
||||
package.json
|
||||
package-lock.json
|
||||
|
|
|
@ -7,7 +7,8 @@ sudo dnf install \
|
|||
neovim tmux \
|
||||
exa bat fd-find ripgrep \
|
||||
openssh \
|
||||
golang
|
||||
golang \
|
||||
nodejs
|
||||
|
||||
# https://github.com/ohmyzsh/ohmyzsh/
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"lockfileVersion": 1
|
||||
}
|
Loading…
Reference in New Issue