Skip to content

Latest commit

Β 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

          β–ˆβ–ˆ            β–ˆβ–ˆ     β–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆ  β–ˆβ–ˆ
         β–‘β–ˆβ–ˆ           β–‘β–ˆβ–ˆ    β–‘β–ˆβ–ˆβ–‘ β–‘β–‘  β–‘β–ˆβ–ˆ
         β–‘β–ˆβ–ˆ  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆ β–‘β–ˆβ–ˆ  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ   β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–ˆβ–ˆβ–‘β–‘β–‘β–ˆβ–ˆβ–‘ β–‘β–‘β–‘β–ˆβ–ˆβ–‘ β–‘β–ˆβ–ˆ β–‘β–ˆβ–ˆ β–ˆβ–ˆβ–‘β–‘β–‘β–ˆβ–ˆ β–ˆβ–ˆβ–‘β–‘β–‘β–‘
     β–ˆβ–ˆβ–‘β–‘β–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆ   β–‘β–ˆβ–ˆ  β–‘β–ˆβ–ˆ    β–‘β–ˆβ–ˆ  β–‘β–ˆβ–ˆ β–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
    β–‘β–ˆβ–ˆ  β–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆ   β–‘β–ˆβ–ˆ  β–‘β–ˆβ–ˆ    β–‘β–ˆβ–ˆ  β–‘β–ˆβ–ˆ β–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–‘β–‘β–‘β–‘  β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆ
β–ˆβ–ˆ  β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ   β–‘β–‘β–ˆβ–ˆ   β–‘β–ˆβ–ˆ  β–‘β–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
     β–‘β–‘β–‘β–‘β–‘β–‘  β–‘β–‘β–‘β–‘β–‘β–‘     β–‘β–‘    β–‘β–‘   β–‘β–‘ β–‘β–‘β–‘  β–‘β–‘β–‘β–‘β–‘β–‘ β–‘β–‘β–‘β–‘β–‘β–‘

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

About

My dotfiles πŸ’» with Stow

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages