Skip to content

cowboy-bebug/dotfiles

Repository files navigation

dotfiles

The repo uses stow to symlink config files.

Prerequisites

cd $XDG_DATA_HOME
[ ! -d alacritty-theme ] && git clone https://github.com/alacritty/alacritty-theme

mkdir -p $XDG_DATA_HOME/zsh
cd $XDG_DATA_HOME/zsh
[ ! -d fzf-tab                 ] && git clone https://github.com/Aloxaf/fzf-tab
[ ! -d zsh-syntax-highlighting ] && git clone https://github.com/zsh-users/zsh-syntax-highlighting
[ ! -d zsh-vi-mode             ] && git clone https://github.com/jeffreytse/zsh-vi-mode

Stow

stow -Rv $(ls -d */ | tr "/\n" " ") --no-folding --target=$HOME

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published