No description
Find a file
2025-08-09 07:45:52 -07:00
Alfred/Alfred.alfredpreferences
Ansible [vim] Set mode with a string in Ansible tasks file for setting up vim 2025-08-09 07:45:52 -07:00
bin
Colors
config [vim] Configure ts_ls for Typescript and JS 2025-08-09 07:45:15 -07:00
dircolors
LaunchAgents
mutt
Python/eryntools
ssh
vim [vim] Remove some unused plugins 2024-11-12 13:32:34 -08:00
Xcode
zsh/func zsh: Add my website's scripts directory to $path, assuming it's at ~/Website 2025-02-12 07:53:06 -08:00
.gitignore
clangd
emacs
gdbinit
gitconfig [git] Add aliases for restore --stage (rs) and switch --create (sc) 2025-01-31 13:31:16 -08:00
gitignore
gvimrc
hgrc
indent.pro
logrc
muttrc
nethackrc
README.md
screenrc
setup.sh Remove vimbundles array from setup.sh 2025-02-18 13:22:23 -08:00
toprc
vimrc [vim] Move vim state directory to ~/.local/state/vim 2024-10-09 09:48:16 -07:00
vimrc.common [vim] Remove pastetoggle setting from vimrc.common 2025-05-21 11:00:27 -07:00
Xdefaults
zprofile
zshenv
zshrc [zsh] Update all init-rc functions 2024-09-30 11:13:10 -07:00

Dotfiles

This is my collection of dotfiles, preserved here for all to see and enjoy. Feel free to copy anything you see here. It would be nice if you added a comment mentioning where you got it.

My environment relies on zsh, vim, and git.

Installation

Clone the repository to a directory on your machine. I like to use ~/.dotfiles.

git clone https://github.com/erynofwales/dotfiles.git ~/.dotfiles

Run the setup script.

cd ~/.dotfiles
./setup.sh

This script will symlink all the config files in the directory to your home directory, clone a bunch of git repos, and do some other miscellaneous setup.

Enjoy.

Profiling

ZSH has a built in profiler. If you're concerned about init times, place the following at the top of .zshenv.

zmodload zsh/zprof

Then, at the end of either .zshrc or .zprofile, call zprof to get the results of the profiling session.

License

Everything in this repository is licensed under the Creative Commons Attribution 3.0 Unported License.