Skip to content

dotfiles for basic linux apps

Notifications You must be signed in to change notification settings

peloyeje/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

Managed with GNU Stow.

Getting started

Install stow

sudo apt update
sudo apt install -y stow

Install programs by running the install.sh script of every app in apps/

cd scripts/
./install-all-apps.sh

Create the configuration symlinks

cd apps/
stow --ignore "\.(md|sh)" -Rvt ~ *

All good 🚀

Releases

No releases published

Packages

No packages published