Skip to content

Instantly share code, notes, and snippets.

View kknmtt's full-sized avatar
🏠
Working from home

kknmtt

🏠
Working from home
View GitHub Profile
@nickytonline
nickytonline / customizing-vs-code.md
Last active January 27, 2025 04:20
Customizing VS Code for Two Fonts.

Customizing VS Code

I followed the instructions in this blog post Multiple Fonts: Alternative to Operator Mono in VSCode, but did not see any changes made to VS Code. After digging a bit, I discovered that all the CSS class names had changed. They’re now e.g. .mtk13, .mtk16 { … }.

Gotchas

  • Ensure it’s a file URL e.g. { "vscode_custom_css.imports": [ "file:///Users/Brian/Desktop/vscode-style.css" ] }
  • If you move the location of your file and update your user settings with the new location, you will need to disable and enable custom CSS cmd+shift+p.
  • Also, anytime you change the style in your custom CSS file, you need to disable, then re-enable the extension.

For reference

@ddeveloperr
ddeveloperr / clone_rails_app.txt
Last active February 17, 2023 10:31
How to clone and run another user's Rails app
Below are the setups to run Ruby on Rails application on your system.
Make sure Ruby is installed on your system. Fire command prompt and run command:
ruby -v
Make sure Rails is installed
rails -v
If you see Ruby and Rails version then you are good to start, other wise Setup Ruby On Rails on Ubuntu
@Ariflaw
Ariflaw / Snippet Remove Title Attribut from Wordpress Menu Link
Last active April 15, 2021 09:37
Remove Title Attribut from Wordpress Menu Link with function Fillter WP_NAV_MENU
@aquelito
aquelito / git-command.md
Last active May 7, 2026 09:41
GIT - Ligne de commande principale
title Git config
category Git

Rappel

Ne pas oublier : l'aide en ligne de commande.