Author: ChungChamChi
https://gist.github.com/opchav/5ba865c9e6415c2af825bad153f876f7
Or use available fonts in folder fonts
Note: Reboot when install successfully to apply new icon
RIPGREP_VERSION=$(curl -s "https://api.github.com/repos/BurntSushi/ripgrep/releases/latest" | grep -Po '"tag_name": "\K[0-9.]+')
curl -Lo ripgrep.deb "https://github.com/BurntSushi/ripgrep/releases/latest/download/ripgrep_${RIPGREP_VERSION}_amd64.deb"
sudo apt install -y ./ripgrep.deb
rg --version
rm -rf ripgrep.deb
chmod u+x install.sh
./install.sh
- Intall autopep8 for python:
sudo apt-get install -y python3-autopep8
sudo apt-get install python3 python3-dev libx11-dev libxext-dev
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python3 get-pip.py
sudo pip3 install ueberzug
rm -rf get-pip.py
:LspInstall jsonls
:LspInstall javascript
:LspInstall typescript
:LspInstall python
:TSInstall jsonls
:TSInstall javascript
:TSInstall typescript
:TSInstall python
- Reinstall cc1plus
sudo apt-get install g++
sudo apt-get install xclip
Continue updating...