https://github.com/curtisbridges/dotfiles
My personal dotfiles for various programs
https://github.com/curtisbridges/dotfiles
atom dotfiles git homebrew personal-dotfiles shell zsh
Last synced: 4 months ago
JSON representation
My personal dotfiles for various programs
- Host: GitHub
- URL: https://github.com/curtisbridges/dotfiles
- Owner: curtisbridges
- Created: 2010-09-13T17:08:29.000Z (almost 16 years ago)
- Default Branch: main
- Last Pushed: 2026-01-30T12:36:08.000Z (5 months ago)
- Last Synced: 2026-01-31T05:38:47.394Z (5 months ago)
- Topics: atom, dotfiles, git, homebrew, personal-dotfiles, shell, zsh
- Language: Shell
- Homepage:
- Size: 55.7 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pull the repository and its submodules...
```bash
$ git clone git@github.com:curtisbridges/dotfiles.git ~
$ cd dotfiles
$ stow --target=$HOME zsh tmux starship # plus whatever else you'd like
```
## Maintenance
To keep the dotfiles up to date, without local changes:
```bash
$ git pull
```
If there are local changes, you'll have to stash them first before pulling from my remote.
To change the default hammerspoon config directory, use this command.
```bash
defaults write org.hammerspoon.Hammerspoon MJConfigFile "~/.config/hammerspoon/init.lua"
```
However, I am not currently using Hammerspoon anymore.