Skip to content

berenar/dotfiles

Repository files navigation

Bernat's dotfiles

This repository uses stow to manage dotfiles for various applications. Each application has its own directory containing the relevant configuration files.

This set up is inspired by this blogpost.

Requirements

  • GNU Stow (for managing the dotfile symlinks)
  • Homebrew (for managing packages with the included Brewfile)

How to use

  1. Move your dotfiles into the respective application folder with the same name. For example, move .config/nvim/ to nvim/.config/nvim/.
  2. Run Create symlinks in your home directory. For example, run stow vim to symlink the Vim configuration files.
    stow <application>

Brewfile

This repository also includes a Brewfile for managing packages using Homebrew. The casks list assumes you use MacOS.

To install the packages listed in the Brewfile, run the following command:

brew bundle --file=Brewfile

About

My dotfiles for macos: zsh, brew, nvim, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published