Skip to content

Latest commit

 

History

119 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages