https://github.com/binyamin/dotfiles
My personal set of linux configuration files
https://github.com/binyamin/dotfiles
configuration dotfiles linux ubuntu yadm
Last synced: 2 months ago
JSON representation
My personal set of linux configuration files
- Host: GitHub
- URL: https://github.com/binyamin/dotfiles
- Owner: binyamin
- License: mit
- Created: 2020-12-03T22:22:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T00:17:03.000Z (over 4 years ago)
- Last Synced: 2025-04-03T14:27:56.993Z (over 1 year ago)
- Topics: configuration, dotfiles, linux, ubuntu, yadm
- Language: Shell
- Homepage:
- Size: 3.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :card_index_dividers: Dotfiles
> My personal set of linux configuration files
- I use [yadm](https://yadm.io/docs/overview) for managing my dotfiles. It's a wrapper for git, plus it will symlink the files for you.
- If you want to make your own dotfiles, have a look at
## Tips
**To view changes with vscode's diff editor**
1. Create a symlink from `~/.config/yadm/repo.git` to `~/.git`. This tells vs code know that it's viewing a git repository.
2. Temporarily rename `.gitignore.dev` to `.gitignore`. This file hides most of the home directory from vs code's git integration.
3. Open the home directory in vs code.\
Note: When adding a file to git, you must a) edit the gitignore to include that file (`!foo.txt`), and b) use the `-f|--force` flag when running `git add foo.txt`