https://github.com/hdnha11/dotfiles
My Dotfiles
https://github.com/hdnha11/dotfiles
dotfiles hammerspoon tmux vim zsh
Last synced: 11 months ago
JSON representation
My Dotfiles
- Host: GitHub
- URL: https://github.com/hdnha11/dotfiles
- Owner: hdnha11
- Created: 2017-06-18T01:28:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-10T15:07:15.000Z (12 months ago)
- Last Synced: 2025-07-10T21:48:51.453Z (12 months ago)
- Topics: dotfiles, hammerspoon, tmux, vim, zsh
- Language: Lua
- Homepage:
- Size: 165 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dotfiles
This repo contains the configuration to setup my machines. This is using [Chezmoi](https://chezmoi.io), the dotfile manager to setup the install.
## Install
```shell
$ export GITHUB_USERNAME=hdnha11
$ sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply $GITHUB_USERNAME
```
> Note that this script will install the `chezmoi` binary in the `./.local/bin` directory. Remember to change your working directory to your home directory before running the script.