Skip to content

roshal/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

configuration files for linux applications

prerequisites

stow https://www.gnu.org/software/stow/manual/stow

management

stow --target "${HOME}" --stow user
sudo stow --target / --stow chromium

find symbolic links

find "${HOME}/.config" -type l

find broken symbolic links

find "${HOME}/.config" -xtype l

remove broken symbolic links

find "${HOME}/.config" -xtype l -exec rm {} +

check shell scripts

find . -name \*.sh | xargs shellcheck

About

configs for linux and applications

Resources

Stars

Watchers

Forks