Added nerdfonts configuration
This commit is contained in:
parent
1dbd65c40e
commit
921487fc45
@ -1,9 +1,7 @@
|
||||
sudo apt install git
|
||||
|
||||
mkdir ~/tmp/setup
|
||||
cd ~/tmp/setup
|
||||
|
||||
# configuring nvim
|
||||
# installing nvim
|
||||
wget -O nvim.tar.gz https://github.com/neovim/neovim/releases/download/v0.10.4/nvim-linux-x86_64.tar.gz
|
||||
tar xzf nvim.tar.gz
|
||||
|
||||
@ -11,7 +9,16 @@ sudo chown root:root -R nvim
|
||||
sudo mv ./nvim-linux-x86_64 /opt/nvim
|
||||
sudo ln -s /opt/nvim/bin/nvim /usr/local/bin/nvim
|
||||
|
||||
# cloning lazyvim repo
|
||||
sudo apt install git
|
||||
git clone https://git.exideprod.com/Exide/LazyVim-custom.git ~/.config/nvim
|
||||
|
||||
# install nerdfonts
|
||||
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/CascadiaMono.zip
|
||||
unzip CascadiaMono.zip -d CascadiaMono
|
||||
|
||||
sudo cp ./CascadiaMono/*.ttf /usr/local/share/fonts
|
||||
sudo fc-cache -f -v
|
||||
|
||||
# cleaning up after ourselves
|
||||
rm -rf ~/tmp/setup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user