https://github.com/xissy/dotfiles
https://github.com/xissy/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xissy/dotfiles
- Owner: xissy
- Created: 2018-10-24T00:45:45.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-03-16T05:55:29.000Z (3 months ago)
- Last Synced: 2026-03-16T17:34:11.456Z (3 months ago)
- Language: Shell
- Size: 143 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles


## Install
```bash
git clone git@github.com:xissy/dotfiles.git ~/dev/xissy/dotfiles
cd ~/dev/xissy/dotfiles
./scripts/install.sh
```
## Uninstall
Removes symlinks and restores backed-up originals:
```bash
./scripts/uninstall.sh
```
## Structure
```
dotfiles/
├── scripts/
│ ├── install.sh # create symlinks (backs up existing files)
│ ├── uninstall.sh # remove symlinks (restores from backup)
│ └── links.sh # source -> target mapping
├── zshrc # ~/.zshrc
├── vimrc # ~/.vimrc
├── tmux.conf # ~/.tmux.conf
├── ghostty.conf # ~/Library/Application Support/com.mitchellh.ghostty/config
├── karabiner.json # ~/.config/karabiner/karabiner.json
├── config.omp.json # ~/.config.omp.json
├── tool-versions # ~/.tool-versions
├── default-python-packages # ~/.default-python-packages
└── Brewfile
```