Wittionary / dotfiles

Configurations and shortcuts!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wittionary does dotfiles

Originally and shamelessly copied from @holman. Aberrations are my own.

Your dotfiles are how you personalize your system. These are mine.

Zach Holman has an interesting post on dotfiles if you're new to them. (I sure am!).

topical

Everything's built around topic areas. If you're adding a new area to your forked dotfiles — say, "Java" — you can simply add a java directory and put files in there. Anything with an extension of .zsh will get automatically included into your shell.

what's inside

Who knows? Fork it, remove what you don't use, and build on what you do.

install

quick zsh setup

  • TODO: Update this. This is outdated. I think.
# Overwrites existing .zshrc
mv ~/.zshrc ~/.zshrc.bak;curl -fsSL https://raw.githubusercontent.com/Wittionary/dotfiles/main/zsh/.zshrc --output ~/.zshrc;source ~/.zshrc

thanks

I forked Zach Holman's excellent dotfiles for a couple weeks before deciding I needed a setup that was built from the ground up and totally custom to the way I work so I started over. I will definitely be referring to his work as a documentation of sorts to discern different approaches and solutions.

About

Configurations and shortcuts!


Languages

Language:PowerShell 43.7%Language:Vim Script 34.6%Language:Shell 17.9%Language:CSS 3.8%