Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install fira code ubuntu

sudo apt install fonts-firacode

# In VSCode add this line
# "editor.fontFamily": "Fira Code",
Comment

install fira code ubuntu

curl -o /tmp/FiraCode.zip https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraCode.zip
cd /tmp 
unzip FiraCode.zip -d /tmp/FiraCode
sudo mv /tmp/FiraCode/* /usr/share/fonts/
Comment

install fira code ubuntu

mkdir -p ~/.fonts/; wget https://github.com/tonsky/FiraCode/raw/master/FiraCode-Regular.otf -O ~/.fonts/FiraCode-Regular.otf;fc-cache -v
Comment

PREVIOUS NEXT
Code Example
Shell :: enable apache2 site 
Shell :: how to close an issue with a commit 
Shell :: windows del force yes 
Shell :: curl upload to artifactory with basic auth 
Shell :: git log 
Shell :: generate git ssh key 
Shell :: generate new ssh key 
Shell :: add text with terminal 
Shell :: git stash pop single file 
Shell :: how to open teminal pycharm 
Shell :: install zotero with command line 
Shell :: gtk4 windows install 
Shell :: ssh github 
Shell :: unknown error after kill: runc did not terminate sucessfully: container_linux.go:392: signaling init process caused "permission denied" 
Shell :: setup systemctl redis 
Shell :: debian install nvidia driver 
Shell :: change git repository 
Shell :: check gcp disk space usage 
Shell :: count new lines bash 
Shell :: size folder command line 
Shell :: how to delete files from command line 
Shell :: remove a file from a commit 
Shell :: install vscodium 
Shell :: helm docker generate doc 
Shell :: ver particiones montadas linux 
Shell :: install mongosh 
Shell :: limits.h: No such file or directory 
Shell :: aos animate install 
Shell :: install kubectl ubuntu 
Shell :: displaying the last line of output bash 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =