This repository provides a submodule to hold my dotfiles; this submodule is consumed as part of automated setup scripts for my development environments.
~/.config/alacritty/alacritty.toml
: Alacritty configuration file that sets shell preferences- See Alacritty configuration for more details.
~/.config/nvim/init.vim
: Neovim configuration file that sets editor preferences- This neovim setup requires the Packer package manager. See Install Packer for more details.
~/.taskrc
: Taskwarrior configuration file that sets ordering, priority, and theme./.task/themes/*.theme
: Custom themes for Taskwarrior.
~/.vimrc
: Vim configuration file that sets editor preferences.
settings.json
: VS Code JSON settings file that sets IDE preferenecs; this file is stored at a path that varies by operating system.
~/.zshrc
: Z-Shell configuration file that mostly provides needed aliases.- Default shell configuration at
zsh/.zshrc
usespowerlevel10k
and installed plugins. - There is another shell configuration that relies on
oh-my-zsh
atoh-my-zsh/.zshrc
. See [oh-my-zsh Basic Installation] for more details.
- Default shell configuration at