dotfiles

My Dotfiles

OTHER License

Stars
3

RobLoach's Dotfiles

Everyone loves Dotfiles. These are mine, but feel free to use them yourself.

Features

  • oh-my-bash for a minimalist bash theme
  • asdf-vm for version management of development tools
  • nano syntax highlighting for improved nano-ing
  • vimrc for the ultimate vim experience
  • Gogh for consistent terminal emulator color schemes
  • bash-completion for a set of completions for shell applications
  • Dracula Theme wherever possible
  • gitalias commands for easier version control
  • Composer applications installed via cgr
  • Cleanly managed through symlinks and make
  • Absolutely no guarantees that things work or won't break your system 🧑‍🚀

Dependencies

Installation

  1. Clone the repository into ~/.dotfiles:
git clone --recursive https://github.com/RobLoach/dotfiles.git ~/.dotfiles
  1. Install the dotfiles by using make:
make -C ~/.dotfiles

Uninstall

make clean -C ~/.dotfiles
rm -rf ~/.dotfiles

Test

To make sure all components are installed properly, use...

make test -C ~/.dotfiles

Development

Update all dependencies with...

make update -C ~/.dotfiles

License

Licensed under the zlib license. Copyright © Rob Loach (https://robloach.net).