Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.17 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.17 KB

dotfiles

My dotfiles.

Installation

/usr/bin/env ruby -e "$(curl -Ls https://raw.githubusercontent.com/\
tklepzig/dotfiles/master/setup.rb)"

Profiles

The following profiles are available:

Name Details
dev Development in General
web Web Development
python Python Support
ruby Ruby Support
writing Distraction free writing
viml VimL/Vimscript Development

Add these to the environment variable DOTFILES_PROFILES space-separated in your .zshrc.
It must be set before the dotfiles stuff is sourced.
For example:

export DOTFILES_PROFILES="dev web"

After changing the profiles you have to run dotfiles-update again.

Setup asdf

See # setup-asdf.

Themes

See # set-theme.

Using Neovim

Set the environment variable DOTFILES_NVIM.
It must be set before the dotfiles stuff is sourced.
For example:

export DOTFILES_NVIM=1

TODO (WIP)

  • overrides usage
  • toolbox scripts, info.yaml, additional.yaml
  • toolbox includes
  • .dotfiles-local/plugins.vim
  • .dotfiles-local/post-install