skaffe tillatelse til mappe
2024-03-11sudo chmod 0775 -R mappe/
sudo chmod 0775 -R mappe/
which unzip
sudo apt-get install unzip
unzip file.zip
cd ~/.local/bin
tar xzvf nvim-linux-x86_64.tar.gz # extract
rm nvim-linux-x86_64.tar.gz
ln -s ./nvim-linux-x86_64/bin/nvim ./nvim # create symbolic link
Fra https://github.com/paalss/nvim/blob/master/docs/neovim-install.md
# Cross-platform pattern: works on both GNU and BSD/macOS
sed -i'' -e 's/old/new/g' file.txt # GNU
sed -i '' -e 's/old/new/g' file.txt # BSD/macOS (note the space)