Skip to content

woodentoken/dotfiles

Repository files navigation

woodentoken/dotfiles

These are dotfiles designed for Linux.

They are based around using zsh for the terminal and vim for the editor.

folders are used to delineate configuration options, and generally, the actual "."files (.vimrc, .zshrc) are merely sourcing their constituent parts. I have found this to be useful for tracking where changes are implemented, and I much prefer it to using large, single, "."files.

I am version controlling my WSL settings as well (settings.json). Manually copy and paste them into the WSL settings.json file to update.


Installation

to install (do not use sudo):

git clone https://github.com/woodentoken/dotfiles/ ~/dotfiles
~/dotfiles/install.sh

the install script uses stow to automatically symlink each folder into the home directory


Features (AKA plugins)

linux

Implemented a color based directory depth scheme, visible here:

image

certainly, it gets a little hard to parse at the mid depths, still, felt like a nice little thing to do.

working allowing directory depth jumping, like typing cd5 to go back 5 directories. That would be integrated with a labeling scheme in the current directory, WIP

zsh

running resolve_zsh_plugins.sh will update each of the plugins below.


vim

these dotfiles use vim-plug to manage plugins. use :PlugUpdate to update them.

git

appearance

functionality

high level
low level

language specific

linting


tmux


Miscellaneous

the font used for the ascii art is "Isometric3" from this generator

About

dotfiles utilizing stow to symlink

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published