No description
Find a file
2024-08-20 11:05:08 -07:00
Alfred/Alfred.alfredpreferences
Ansible
bin Add the favicon_for script 2024-03-08 11:03:20 -08:00
Colors
config/nvim [vim] Comment out the recently_used comparator 2024-08-03 09:17:03 -07:00
dircolors
Dotfiles
LaunchAgents
mutt
Python/eryntools
ssh/config.d [ssh] Add configuration for personal hosts 2024-08-20 11:05:08 -07:00
vim [vim] Add the dracula colorscheme module 2024-08-02 18:31:38 -07:00
Xcode
zsh/func [zsh] Embed connect_ssh_agent in a function 2024-08-02 18:31:38 -07:00
.gitignore
clangd
emacs
gdbinit
gitconfig [git] Set diff.algorithm to histogram 2024-08-02 18:31:38 -07:00
gitignore
gvimrc
hgrc
indent.pro
logrc
muttrc
nethackrc
README.md
screenrc
setup.sh Ignore the Python directory in the setup script and install eryntools with pip 2024-03-05 11:09:24 -08:00
tmux.conf [tmux] Copy SSH_AUTH_SOCK into the tmux environment 2024-04-11 14:26:51 -07:00
toprc
vimrc
vimrc.common
Xdefaults
zprofile [zsh] Only print tmux sessions for LOGIN shells 2024-08-02 18:31:38 -07:00
zshenv
zshrc [zsh] Only print tmux sessions for LOGIN shells 2024-08-02 18:31:38 -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.