Skip to content

install update

Artin Mobasher(artart222) edited this page Apr 23, 2022 · 1 revision

🚧 How to install CodeArt:

🐧🍎 On linux and macOS:

git clone https://github.com/artart222/CodeArt ~/.config/nvim
chmod +x ~/.config/nvim/installer/linux-bash.sh
exec ~/.config/nvim/installer/linux-bash.sh

If you have debian, after the instalation finished you must add debian testing repos and after that run:

sudo apt update; sudo apt install neovim

And after that open neovim and run :PackerSync and then reopen nevom!

🪟 on Windows:

please backup any existing configuration files

⚡🐚 open a powershell session as administrator and run this command:

git clone https://github.com/artart222/CodeArt ~\AppData\Local\nvim
powershell.exe -executionpolicy bypass -file ~\AppData\Local\installer\windows.ps1

🌲💺Σ🖥️ Install lsp and treesitter:

  • You can install lsp for a language with :LspInstall <language>
  • You can install treesitter with :TSInstall <language>

These NeoVim configurations use many nerd fonts icons. JetBrains Mono will be installed by default. If you have problem for fonts and see weird icons you must change your terminal font.

⬆️📅 How to update CodeArt:

  • Run :CodeArtUpdate inside NeoVim
  • Restart NeoVim
  • Run :PackerSync
  • Restart NeoVim!

Clone this wiki locally