- Go to Settings => Developer Settings => Personal access token
- Click Generate new token
- Fill in the access(Note is for identifying usage) and click Generate
- Save the git credential by command
git config --global credential.helper store
- Copy the code and paste in the password prompt when pushing in git
- run the following command
sudo apt upgrade sudo apt install build-essential
- if compiling nvim from source
sudo apt-get install ninja-build gettext cmake unzip curl
- install neovim (it is dependency for lvim)
- Install guide
- open ~/.config/lvim/config.lua
- replace the file with your settings
- restart lvim
- Open Crosh window
- Open developer console
- Paste the following code and hit Enter
term_.prefs_.set('font-family', 'JetBrains Mono Nerd Font, monospace');
term_.prefs_.set('user-css-text', '@font-face {font-family: "JetBrains Mono Nerd Font"; src: url("https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/JetBrainsMono/Ligatures/Regular/JetBrainsMonoNerdFont-Regular.ttf"); font-weight: normal; font-style: normal;} x-row {text-rendering: optimizeLegibility;font-variant-ligatures: normal;}')
- Open terminal, go to terminal setting, the font should updated to JetBrainsMonoNerdFont-Regular