Skip to content

artemijspavlovs/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

npm because the world runs on js

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
source ~/.bashrc
command -v nvm
nvm install node # "node" is an alias for the latest version

cargo because a smaller portion of the world runs on rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.bashrc
command -v cargo

some linux stuff for neovim

sudo apt install unzip

neovim

linux: debian install

# Add stable PPA
sudo add-apt-repository ppa:neovim-ppa/stable -y

# Update package list
sudo apt update

# Install Neovim
sudo apt install neovim

add to ~/.bashrc

export PATH="$PATH:/opt/nvim-linux64/bin"

mac: install - homebrew

brew install neovim
cp -r nvim/ ~/.config/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages