https://github.com/jacobgardos/dotfiles
https://github.com/jacobgardos/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobgardos/dotfiles
- Owner: JacobGardos
- Created: 2024-05-28T08:32:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T09:19:49.000Z (about 1 year ago)
- Last Synced: 2025-01-22T18:36:01.626Z (4 months ago)
- Language: Shell
- Size: 757 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode devcontainer dotfiles
This repository contains the dotfiles for my vscode devcontainers.
If you want to fix the icons in the terminal, ensure that you have the following in your `settings.json` and have installed the fonts in the `fonts` directory.
```json
{
// Dev Container Terminal Setup
"terminal.integrated.fontFamily": "Menlo for Powerline", // For Icons
"dotfiles.repository": "JacobGardos/dotfiles",
"dotfiles.targetPath": "~/.dotfiles",
"dotfiles.installCommand": "bin/install.sh"
}
```