Skip to content

calebkish/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Contains my Linux user and system configurations

Set dotfiles for the user you're currently logged in as

Each package is a name of a folder inside home/.

cd home/
stow --no-folding --verbose --stow --target ~ <packages separated by spaces...>

# Using short-style option flags:
stow --no-folding -vSt ~ <packages separated by spaces...>

# Preview changes before executing:
stow --no-folding -nvSt ~ <packages separated by spaces...>

Set system-level dotfiles

Each package is a name of a folder inside system-arch/.

cd system-arch/
sudo stow --no-folding -vSt / <packages separated by spaces...>

Set tridactylrc

Once the Tridactyl extension is installed in Firefox, run:

:source --url https://raw.githubusercontent.com/calebkish/dotfiles/master/firefox/tridactylrc

About

Contains my Linux user and system configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published