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
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
Work only for SSH repository
Switch from HTTPS to SSH on Github
🐧 Linux User
🎶 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