- Vim Script 50.2%
- Shell 21.7%
- Python 14%
- Lua 9.4%
- Vim Snippet 3.7%
- Other 0.9%
`eryn` is my normal username. Don't show it in the prompt if the username matches that. Change some of the separators from words to symbols. A step away from loquaciousness. |
||
|---|---|---|
| Alfred/Alfred.alfredpreferences | ||
| bin | ||
| Colors | ||
| dircolors | ||
| emacs | ||
| fish | ||
| Fortune | ||
| ghostty | ||
| git | ||
| LaunchAgents | ||
| mpd | ||
| mutt | ||
| nvim | ||
| Python/eryntools | ||
| ssh | ||
| tmux | ||
| vim | ||
| Xcode | ||
| zsh | ||
| .gitignore | ||
| clangd | ||
| gdbinit | ||
| hgrc | ||
| indent.pro | ||
| logrc | ||
| nethackrc | ||
| README.md | ||
| screenrc | ||
| setup.sh | ||
| toprc | ||
| Xdefaults | ||
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, neovim, 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.