GitXplorerGitXplorer
e

dotfiles

public
3 stars
0 forks
3 issues

Commits

List of commits on branch main.
Unverified
f8c04599c5ae488d5e403216551336c9f3dd30f2

[nvim] Treat files with a .make extension as Makefiles

eerynofwales committed a month ago
Unverified
329db6f6de93772a56922657076661c98bf99f34

[zsh] Configure ls(1) colors with environment variables instead of aliases

eerynofwales committed 2 months ago
Unverified
070f8f9a71301f943e53f2ea7932bf6b15fff391

Remove Dotfiles project

eerynofwales committed 2 months ago
Unverified
b644323e3154f11edd408de78a84362c8362bee8

[vim] Remove some unused plugins

eerynofwales committed 2 months ago
Unverified
440efbf8fcb1eb969b9b796cec143675430d4e83

[nvim] Install telescope

eerynofwales committed 2 months ago
Unverified
b233d52b6dd093dcf0ba84c8b60d6a5d5728bd99

[nvim] Factor out the map variable in keys.lua

eerynofwales committed 2 months ago

README

The README file for this repository.

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.