Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garretpatten/dotfiles
Config files used in OS setup scripts
https://github.com/garretpatten/dotfiles
configuration-files dotfiles
Last synced: about 5 hours 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T20:23:51.000Z (11 days ago)
- Last Synced: 2024-10-28T00:50:12.267Z (11 days ago)
- Topics: configuration-files, dotfiles
- Language: Lua
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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.