Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.67 KB

README.md

File metadata and controls

68 lines (51 loc) · 1.67 KB

dotfiles

Setup

These repo use a Stow management method.

See this video for a complete intro/tuto.

To init a new machine, just do:

$ make simulate #Ensure everything is correct and not a file already exist
$ make install

Target could be overided with make install TARGET=<target_path>

tldr custom pages

This repo have a disabled submodule for custom tldr pages. The idea is to have this dependancy to make links for tealdeer and in home. I want to edit tldr custom pages in a totally separate workflow, so the submodule is disabled and live his life separatly.

For a fresh clone, do:

git submodule init
git submodule update

Other informations

Change default bash :

chsh

Restore Page down do tild : edit [path]/.oh-my-zsh/lib/key-bindings.zsh and comment part for Page Down key

Thanks to PingTimeout to introduce me the dotfiles concept :-)

Tools used