Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maty21/vscode-fonts-settings
vscode operator mono
https://github.com/maty21/vscode-fonts-settings
Last synced: 16 days ago
JSON representation
vscode operator mono
- Host: GitHub
- URL: https://github.com/maty21/vscode-fonts-settings
- Owner: maty21
- Created: 2018-01-04T15:17:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T15:28:06.000Z (about 7 years ago)
- Last Synced: 2024-11-08T00:37:28.047Z (2 months ago)
- Language: CSS
- Size: 653 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode-fonts-settings
vscode operator monoinstructions:
1. copy fonts to font folder
2. Install VSCode Extension: Custom CSS and JS Loader
3.Save styles.css on your desktop
4. map Custom CSS and JS Loader to style file
5. enable Custom CSS and JS Loaderlinux add files to
1.mkdir -p ~/.local/share/fonts2.fc-cache -f
3. in Custom CSS and JS Loader
#for vs code:
sudo chown -R $(whoami) /usr/share/code
#for vs code insiders:
sudo chown -R $(whoami) /usr/share/code-insiders
#if you want to check your folder's owner:
ls -la /usr/share/code
#if you want to rollback this permissions back to root:
sudo chown -R root /usr/share/code