https://github.com/brendanlees/dotfiles
My personal dotfiles
https://github.com/brendanlees/dotfiles
chezmoi dotfiles fzf starship zoxide zsh
Last synced: 8 months ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/brendanlees/dotfiles
- Owner: brendanlees
- Created: 2024-07-28T00:07:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T09:46:47.000Z (over 1 year ago)
- Last Synced: 2025-02-03T10:33:26.449Z (over 1 year ago)
- Topics: chezmoi, dotfiles, fzf, starship, zoxide, zsh
- Language: Shell
- Homepage:
- Size: 604 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Managed by [chezmoi](https://www.chezmoi.io/)
## Installation & Configuration
### Linux
```sh
# install chezmoi
sudo sh -c 'su -c "cd / && sh -c \"\$(curl -fsLS get.chezmoi.io)\""'
# init as sudo to run setup scripts and apply dotfiles to root
sudo chezmoi init --apply $GITHUB_USERNAME
# init for non-root system user(s) if required
chezmoi init --apply $GITHUB_USERNAME
```
### Mac OS
```sh
# install chezmoi
brew install chezmoi
# apply dotfiles to user
chezmoi init --apply $GITHUB_USERNAME
```
## References & Future Tweaks
- https://www.chezmoi.io/
- Docs
- User guides
- https://github.com/twpayne/dotfiles
- Chezmoi creators repo
- https://github.com/logandonley/dotfiles
- Ansible integration
- https://github.com/sudopluto/dotfiles
- Encryption usage
- Gitleaks
- https://github.com/fredericrous/dotfiles