https://github.com/garretpatten/dotfiles
Config files used in OS setup scripts
https://github.com/garretpatten/dotfiles
configuration-files dotfiles
Last synced: 4 months ago
JSON representation
Config files used in OS setup scripts
- Host: GitHub
- URL: https://github.com/garretpatten/dotfiles
- Owner: garretpatten
- License: mit
- Created: 2023-09-13T22:09:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T01:06:17.000Z (5 months ago)
- Last Synced: 2025-01-28T02:22:51.375Z (5 months ago)
- Topics: configuration-files, dotfiles
- Language: Lua
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# My dotfiles
This repository provides a submodule to hold my dotfiles; this submodule is consumed as part of automated setup scripts for my development environments.## Alacritty
- `~/.config/alacritty/alacritty.toml`: Alacritty configuration file that sets shell preferences
- See [Alacritty configuration](https://alacritty.org/config-alacritty.html) for more details.## Neovim
- `~/.config/nvim/init.vim`: Neovim configuration file that sets editor preferences
- This neovim setup requires the Packer package manager. See [Install Packer](https://github.com/wbthomason/packer.nvim?tab=readme-ov-file#quickstart) for more details.## Taskwarrior
- `~/.taskrc`: Taskwarrior configuration file that sets ordering, priority, and theme.
- `/.task/themes/*.theme`: Custom themes for Taskwarrior.## Vim
- `~/.vimrc`: Vim configuration file that sets editor preferences.## VS Code
- `settings.json`: VS Code JSON settings file that sets IDE preferenecs; this file is stored at a path that varies by operating system.## Z-Shell
- `~/.zshrc`: Z-Shell configuration file that mostly provides needed aliases.
- Default shell configuration at `zsh/.zshrc` uses `powerlevel10k` and installed plugins.
- There is another shell configuration that relies on `oh-my-zsh` at `oh-my-zsh/.zshrc`. See [oh-my-zsh Basic Installation] for more details.