An open API service indexing awesome lists of open source software.

https://github.com/xissy/dotfiles


https://github.com/xissy/dotfiles

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

image

image

## 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
```