17 lines
372 B
Text
17 lines
372 B
Text
# Coprs
|
|
yorickpeterse/stylua
|
|
|
|
# YUM Repos
|
|
echo '[charm]
|
|
name=Charm
|
|
baseurl=https://repo.charm.sh/yum/
|
|
enabled=1
|
|
gpgcheck=1
|
|
gpgkey=https://repo.charm.sh/yum/gpg.key' | sudo tee /etc/yum.repos.d/charm.repo
|
|
|
|
# Packages
|
|
neovim lua gcc curl wget git unzip tar gzip ripgrep php composer go nodejs npm delve stylua
|
|
|
|
# NPM
|
|
npm install -g @fsouza/prettierd
|
|
npm install -g eslint_d
|