x1unix / dotfiles

Das Dotfiles

Repository from Github https://github.comx1unix/dotfilesRepository from Github https://github.comx1unix/dotfiles

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

About

Das Dotfiles


Languages

Language:Lua 56.3%Language:Shell 37.8%Language:CSS 2.4%Language:Ruby 1.5%Language:Vim Script 1.5%Language:Emacs Lisp 0.5%