Skip to content

DriesOlbrechts/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

 ██████████             █████       ██████   ███  ████                  
░░███░░░░███           ░░███       ███░░███ ░░░  ░░███                  
 ░███   ░░███  ██████  ███████    ░███ ░░░  ████  ░███   ██████   █████ 
 ░███    ░███ ███░░███░░░███░    ███████   ░░███  ░███  ███░░███ ███░░  
 ░███    ░███░███ ░███  ░███    ░░░███░     ░███  ░███ ░███████ ░░█████ 
 ░███    ███ ░███ ░███  ░███ ███  ░███      ░███  ░███ ░███░░░   ░░░░███
 ██████████  ░░██████   ░░█████   █████     █████ █████░░██████  ██████ 
░░░░░░░░░░    ░░░░░░     ░░░░░   ░░░░░     ░░░░░ ░░░░░  ░░░░░░  ░░░░░░  

Deploy dotfiles

Clone repo

cd ~
git clone https://github.com/Dries1234/.dotfiles.git

Stowing

  • stow */ all packages
  • stow neovim only neovim

Stow conflicts

This error might appear if a file from a package already exists:

WARNING! stowing bar would cause conflicts:
  * existing target is neither a link nor a directory: foo

E.g.: .bashrc from bash already exists in home dir.

A solution* to this is:

stow --adopt bar
git restore .

*--adopt will overwrite the current file in the dotfiles as a package.
Hence git restore is used to restore the contents.

Another solution is to just remove the conflicting files and then stowing.

packages

  • hyprland
  • libnotify
  • dunst
  • batsignal
  • wl-clipboard
  • grim
  • slurp
  • wlogout
  • swaylock-effects
  • wpaperd
  • waybar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published