No description
Find a file
2024-07-02 22:00:25 +00:00
lua Setup 2024-07-02 23:52:43 +02:00
init.lua Setup 2024-07-02 23:52:43 +02:00
Readme.md Readme.md aktualisiert 2024-07-02 22:00:25 +00:00
stylua.toml Setup 2024-07-02 23:52:43 +02:00

Dotfiles/nvim

Install dependencies

Fedora

Enable Coprs

dnf copr enable yorickpeterse/stylua -y

Add 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

Install System Packages

dnf install -y neovim lua gcc curl wget git unzip tar gzip ripgrep php composer go nodejs npm delve stylua codespell cargo

Install Cargo packages

cargo install selene

Install NPM packages

npm install -g @fsouza/prettierd
npm install -g eslint_d