/dotfiles

Das Dotfiles

Primary LanguageLua

Das Dotfiles

My personal dotfiles and bootstrap configs for different systems.

Bootstrapping is managed deploy.sh script.

Tip

See deploy.sh and target file documentation here

Install

  • Find your deployment target using ./deploy.sh list
  • Run ./deploy.sh apply <your target> --all

Note

Use ./deploy.sh info to get information about each target.

Post-installation

Install oh-my-zsh and add following into .zshrc:

zstyle ':omz:plugins:nvm' lazy yes
plugins=(git nvm docker-compose vi-mode fzf)

[ -f ~/.config/shell/loader.sh ] && . ~/.config/shell/loader.sh