Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkqk/dot-files
These are my dotfiles
https://github.com/pkqk/dot-files
Last synced: 3 months ago
JSON representation
These are my dotfiles
- Host: GitHub
- URL: https://github.com/pkqk/dot-files
- Owner: pkqk
- Created: 2008-06-12T01:34:06.000Z (over 16 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T04:15:47.000Z (4 months ago)
- Last Synced: 2024-09-12T13:51:34.171Z (4 months ago)
- Language: Shell
- Homepage: http://pkqk.net
- Size: 292 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# dot files
These are my dot files
## installation
1. `git clone --bare https://github.com/pkqk/dot-files $HOME/.dot.git`
2. `.dot/install.sh`
* This will checkout the dot files using `$HOME` as the worktree
* it may conflict with existing files3. Put extra config in a file in `~/.profile.d` or `~/.bashrc.d`
* `~/.profile.d` is executed on login, useful for adding to `$PATH`
* `~/.bashrc.d` is executed on every shell invocation, useful for setting up functions and more complex bash features
4. Restart your shell, it will be how I like it
5. Use `dotcfg` as the git command for tracking dot files## based on
The git worktree trick described in the [atlassian tutorials][worktree]
[worktree]: https://www.atlassian.com/git/tutorials/dotfiles