Just configs that I have on my personal machine, clone the repo and source them where you want them.
Note
I just made this to share with friends.
Put the files in a directory called ~/.config/yamens
and source the entrypoint.sh
file into your shell prompt.
For executables, I use a directory called ~/.exec
that I add to $PATH
.
- entrypoint.sh: entry point and also dump for
.bashrc
configs that I have changed. - functions.sh: custom shell functions.
- nnn-config.sh
I use GNU stow to manage the dotfiles directory, here is a simple tutorial on this.
Run the following:
stow . -t ~
You may also use chezmoi for this but I liked symlinks more because of their simplicity.
The theme can be found here for OMP.
zsh
is used with zinit
.