Skip to content

little collection of my config, script and other files

License

Notifications You must be signed in to change notification settings

bbogdan-ov/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bogdanov's dotfiles

this is a little collection of my config, script and other files

Screenshots

blank terminals browser

How to use

Defining custom dotfiles path

To define custom dotfiles path just put this line into your ~/.zshenv:

export DOTFILES=$MAYBE_VAR/path/to/dotfiles

Syntax of link files

links rc.zsh (relative to dir where link file is located) to ~/.zshrc:

rc.zsh = $HOME/.zshrc

links current dir to ~/.config/dir:

. = $HOME/.config/dir

you can use your own env variables:

rc.zsh = $MY_VAR/.zshrc

also multiple lines are supported!

a.conf = $HOME/.a.conf
src/b.conf = $MY_ENV/.b.conf

After you are done creating config files, run linkall.sh to link all files:

./linkall

Hooray!

MIT License

Do whatever you want with this DOTFILES

P.S.

this repository is dedicated to my lost dotfiles

inspired by architecture of this dotfiles

About

little collection of my config, script and other files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published