8000 GitHub - flandrade/dotfiles: My dotfiles πŸ’» with Stow
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flandrade/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Dotfiles

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.

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0