Skip to content

jnatten/dots

Repository files navigation

Dots

Dotfiles yay

Usage

Use stow to install the dotfiles. Usually one would stand on the root of the git-repository and install the package you want:

Example to install neovim

$ stow neovim --target ~

Dependencies

zsh

The .zshrc config is using oh-my-zsh

tmux

Utilizes tpm Other dependencies: tmux-url-select

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
curl https://raw.githubusercontent.com/dequis/tmux-url-select/master/tmux-url-select.pl > ~/.bin/tmux-url-select && chmod +x ~/.bin/tmux-url-select