Skip to content

fmilichovsky/dotfiles

Repository files navigation

Dotfiles

My personal dotfiles, backed by dotbot.

Install

To apply the dotfiles on an environment:

  1. Clone the repository

    git clone git@github.com:fmilichovsky/dotfiles.git
  2. Let dotbot link the files locally

    dotfiles/install

This operation should be idempotent - can be done often and repeatedly.

Brewfile

Installing the Brewfile happens automatically as part of installtion, but it suppresses the progress output.

To run it separately after the file gets linked via installation:

brew bundle install

Changing dotfiles

  1. Modify the necessary dotfiles.
  2. Push to origin.
  3. Run install.

Local adjustments

Make local customizations (untracked by this repository) by adding _local files on the environment.

For example:

  • vim : ~/.vimrc_local
  • zsh / bash : ~/.shell_local_before run first
  • zsh : ~/.zshrc_local_before run before .zshrc
  • zsh : ~/.zshrc_local_after run after .zshrc
  • zsh / bash : ~/.shell_local_after run last
  • git : ~/.gitconfig_local

About

Personal dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published