https://github.com/timkelty/dotfiles
https://github.com/timkelty/dotfiles
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/timkelty/dotfiles
- Owner: timkelty
- Created: 2021-09-03T05:58:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T15:28:20.000Z (over 2 years ago)
- Last Synced: 2025-02-15T23:43:15.537Z (over 1 year ago)
- Language: Shell
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## New machine setup…
- brew
- clone dotfiles
- zim
- vundle
## Not sourced, copy these to a new machine!
- `.aws`
- `.ssh`
- `.nitro`
- `.zsh_history`
- `.z`
## Settings synced via cloud
- iterm
- alfred
- vscode
- phpstorm
```
git clone --bare git@github.com:timkelty/dotfiles.git
cd ~/dotfiles.git
git config status.showUntrackedFiles no
git config core.bare false
git config core.worktree $HOME
git restore --staged ..
ln -s $PWD $HOME/.git
```