ββ ββ ββββ ββ ββ
βββ βββ ββββ ββ βββ
βββ ββββββ ββββββ ββββββ ββ βββ βββββ ββββββ
ββββββ ββββββββββββββ ββββββ βββ βββ βββββββ ββββββ
ββββββββββ βββ βββ βββ βββ ββββββββββββββββββ
βββ ββββββ βββ βββ βββ βββ ββββββββββ βββββββ
ββ ββββββββββββββββ ββββ βββ βββ βββββββββββ ββββββ
ββββββ ββββββ ββ ββ ββ βββ ββββββ ββββββ
My set of configuration files. These opinionated dotfiles are managed with Stow.
These dotfiles has configurations for z 65A5 sh and prezto with custom Powerlevel10k theme, vim, tmux, git with diff-so-fancy, etc.
This repo doesn't bootstrap Mac OS.
brew install stow
stow <dir>
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