Dotfiles

dotfile configuration
Author

Guillaume Gilles

Published

May 22, 2021

Modified

May 23, 2021

  1. First step: create a .dotfiles directory at the ~ level :
mkdir ~/.dotfiles
  1. [[mv]] configuration files inside this new directory.
  2. create symbolic links. example with ~/.bashrc
ln -sf ~/.dotfiles/.bashrc ~/.bashrc
Back to top