โโ โโ โโโโ โโ โโ
โโโ โโโ โโโโ โโ โโโ
โโโ โโโโโโ โโโโโโ โโโโโโ โโ โโโ โโโโโ โโโโโโ
โโโโโโ โโโโโโโโโโโโโโ โโโโโโ โโโ โโโ โโโโโโโ โโโโโโ
โโโโโโโโโโ โโโ โโโ โโโ โโโ โโโโโโโโโโโโโโโโโโ
โโโ โโโโโโ โโโ โโโ โโโ โโโ โโโโโโโโโโ โโโโโโโ
โโ โโโโโโโโโโโโโโโโ โโโโ โโโ โโโ โโโโโโโโโโโ โโโโโโ
โโโโโโ โโโโโโ โโ โโ โโ โโโ โโโโโโ โโโโโโ
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" )
doneOn this page
Languages
Shell98.2%Vim Script1.8%
Contributors
MIT License
Created January 15, 2017
Updated February 26, 2026