Skip to content

Code-Oz/setup-linux-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Dev Stuff

This repo aim to help people to install some dev stuff (JS oriented) on a new Linux machine.

My name on twitter: https://twitter.com/Code__oz

5) Bonus

firacode

🐧 Linux User :link: https://dev.to/josuerodriguez98/installing-firacode-on-windows-and-ubuntu-1fn1

sudo add-apt-repository universe
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
sudo apt install fonts-firacode

✔️ Check if its correcly installed in font manager

🔁 💻 Restart computer

🍎 MAC User :link: https://github.com/tonsky/FiraCode/wiki/Installing

brew tap homebrew/cask-fonts

brew install --cask font-fira-code

🚩 Optional: Add this in vscode setting.json

"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,

Add token github

Configure Token Github

Work only for SSH repository

Switch from HTTPS to SSH on Github

🔗 https://docs.github.com/en/github/using-git/changing-a-remotes-url#switching-remote-urls-from-https-to-ssh

🐧 Linux User

Install other cool package for linux (not linked to dev tools)

🎶 Play music

https://deadbeef.sourceforge.io/download.html

SimpleScreenRecorder

https://doc.ubuntu-fr.org/simplescreenrecorder

Remove Orca

sudo apt-get remove orca
sudo apt-get remove gnome-orca
killall orca

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published