https://github.com/rancorm/dotfiles
Dot configuration files
https://github.com/rancorm/dotfiles
dotfile dotfiles rc-files shell-scripts yaml
Last synced: 3 months ago
JSON representation
Dot configuration files
- Host: GitHub
- URL: https://github.com/rancorm/dotfiles
- Owner: rancorm
- Created: 2023-08-06T16:56:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-04-03T23:15:33.000Z (3 months ago)
- Last Synced: 2026-04-04T01:15:17.520Z (3 months ago)
- Topics: dotfile, dotfiles, rc-files, shell-scripts, yaml
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Dot configuration files (.zshrc, .gitconfig, etc.)
## Directories
- [.config](#config) - Top level config directory (gh, ghostty, nvim, etc.)
- [.azure](#azure) - Top level config for Azure configs
## Configs
- [.digrc](.digrc) - BIND [dig](https://en.wikipedia.org/wiki/Dig_(command))
- [.zshrc](.zshrc) - Z shell
- [.gitconfig](.gitconfig) - Git command (options, etc.)
- [.gitconfig.aliases](.gitconfig.aliases) - Git aliases
### .config/
- [ghostty/config](.config/ghostty/config) - Ghostty
- [gh/config.yml](.config/gh/config.yml) - GitHub CLI
- [lazygit/config.yml](.config/lazygit/config.yml) - lazygit
- [nvim/init.lua](.config/nvim/init.lua) - Neovim
- [wezterm/wezterm.lua](.config/wezterm/wezterm.lua) - WezTerm
### .azure/
- [config](.azure/config) - Azure CLI
## Script
Use shell script `symup.sh` to scan home directory dot files and link to repository provided files.