Skip to content

My own deployment system for dotfiles, using dotbot.

Notifications You must be signed in to change notification settings

BraveHelyx/dotfiles

Repository files navigation

Dotfiles

Easily deployed dotfile bootstrap. Uses dotbot as a means of bundling a robust deployment of my own dotfiles.

Dependencies

Required

  • git
  • zsh
  • vim
  • i3-gaps
  • tmux

Optional

  • rofi (Defined in cfg/i3/config and cfg/zsh/zalias)
  • fd-find (Defined in cfg/zsh/zalias)
  • compton
  • polybar

Features

Zshell

  • Robust and idempotent deployment of dotfiles via dotbot.
  • Easy installation of Powerline Fonts (for prompt)
  • A minimally customized prezto fork for extensible zsh config management

Vim

  • Community recommended vimrc (with vim-plug section) template.
  • Installs vim-plug as vim's plugin manager.

Installation / Deployment

git clone https://github.com/BraveHelyx/dotfiles ~/.dotfiles
cd ~/.dotfiles
./install
/bin/bash $HOME/.dotfiles/mod/zsh/fonts/install.sh
chsh -s /bin/zsh

Modules and Submodules

User Configuration Files

Process Config File Directory
zsh Standard zsh config files (i.e. ~/.zshrc) mod/zsh/prezto/runcoms/
zsh User defined bash/zsh aliases (~/.zalias, ~/.zenviron) cfg/zsh/
vim Personalised vim settings and vim-plug. (~/.vimrc cfg/vim/

About

My own deployment system for dotfiles, using dotbot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published