GitHunt
FL

flandrade/dotfiles

My dotfiles ๐Ÿ’ป with Stow

          โ–ˆโ–ˆ            โ–ˆโ–ˆ     โ–ˆโ–ˆโ–ˆโ–ˆ โ–ˆโ–ˆ  โ–ˆโ–ˆ
         โ–‘โ–ˆโ–ˆ           โ–‘โ–ˆโ–ˆ    โ–‘โ–ˆโ–ˆโ–‘ โ–‘โ–‘  โ–‘โ–ˆโ–ˆ
         โ–‘โ–ˆโ–ˆ  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ โ–ˆโ–ˆ โ–‘โ–ˆโ–ˆ  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ   โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
      โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ โ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–ˆโ–ˆโ–‘โ–‘โ–‘โ–ˆโ–ˆโ–‘ โ–‘โ–‘โ–‘โ–ˆโ–ˆโ–‘ โ–‘โ–ˆโ–ˆ โ–‘โ–ˆโ–ˆ โ–ˆโ–ˆโ–‘โ–‘โ–‘โ–ˆโ–ˆ โ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘
     โ–ˆโ–ˆโ–‘โ–‘โ–‘โ–ˆโ–ˆโ–‘โ–ˆโ–ˆ   โ–‘โ–ˆโ–ˆ  โ–‘โ–ˆโ–ˆ    โ–‘โ–ˆโ–ˆ  โ–‘โ–ˆโ–ˆ โ–‘โ–ˆโ–ˆโ–‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
    โ–‘โ–ˆโ–ˆ  โ–‘โ–ˆโ–ˆโ–‘โ–ˆโ–ˆ   โ–‘โ–ˆโ–ˆ  โ–‘โ–ˆโ–ˆ    โ–‘โ–ˆโ–ˆ  โ–‘โ–ˆโ–ˆ โ–‘โ–ˆโ–ˆโ–‘โ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘  โ–‘โ–‘โ–‘โ–‘โ–‘โ–ˆโ–ˆ
โ–ˆโ–ˆ  โ–‘โ–‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ   โ–‘โ–‘โ–ˆโ–ˆ   โ–‘โ–ˆโ–ˆ  โ–‘โ–ˆโ–ˆ โ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
     โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘  โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘     โ–‘โ–‘    โ–‘โ–‘   โ–‘โ–‘ โ–‘โ–‘โ–‘  โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘

Dotfiles

My set of configuration files. These opinionated dotfiles are managed with
Stow.

These dotfiles has configurations for zsh and prezto with custom
Powerlevel10k theme, vim, tmux, git with diff-so-fancy, etc.

This repo doesn't bootstrap Mac OS.

Install Stow

brew install stow
stow <dir>

Dotfiles Usage

By default, stow will create symlinks for files in the parent directory of
where you execute the command. This dotfiles setup assumes the repo is
located in the root of your home directory ~/dotfiles. and all stow
commands should be executed in that directory.

NOTE: Stow can only create a symlink if a config file does not exist,
so you must delete it first before you can install a new one with Stow.

Fetch dotfiles from github:

git clone https://github.com/flandrade/dotfiles ~/dotfiles

You can manually install each package:

stow vim

or automatic install everything:

for d in $(ls -d */ | cut -f1 -d '/');
do
    ( stow "$d"  )
done

Languages

Shell98.2%Vim Script1.8%

Contributors

MIT License
Created January 15, 2017
Updated February 26, 2026
flandrade/dotfiles | GitHunt