Skip to content

Laurensdc/dotfiles

Repository files navigation

Dotfiles

Using GNU stow to symlink these dotfiles to the right locations

Set config from remote

Use this on a new machine

  1. Get stow

  2. Clone the repo into your home folder

  3. cd into the dotfiles repo

  4. Run stow .

    sudo apt install stow
    git clone https://github.com/Laurensdc/dotfiles.git ~/dotfiles
    cd ~/dotfiles
    stow .

The structure of this repo represents the home dir.

Add config to this repo

Let's say we want to add our existing ~/.gitconfig to our dotfiles repo.

  1. Back up the original file

  2. Move it into the repo

  3. Run stow .

    cp ~/.gitconfig ~/.gitconfig.bak
    mv ~/.gitconfig ~/dotfiles
    stow .
  4. Push your git changes

Top level config

The files in the top level of this repo will go straight to the home folder

.zshrc for zsh shell config and aliases .gitconfig for global git config .vimrc for some old school vim config

Todo

Notes to self, this is probably not relevant to you, dear reader

  • Check in darktable shortcut?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published