Skip to content

sammyhenningsson/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Some bash scripts for syncing dotfiles.

Usage

install

dotfiles install [target_dir] [file1|file2|..]

Install one or multiple files into target_dir. If target_dir is not given then $HOME is used as target.

uninstall

dotfiles uninstall [target_dir] [file1|file2|..]

Uninstalls one or multiple files from target_dir. If target_dir is not given then $HOME is used as target.

reset

dotfiles reset [target_dir] [file1|file2|..]

Revert local changes of files.

update

dotfiles update

Update files to latest git commit.

status

dotfiles status

Print status about which files are linked/installed.

TODO

Add support for configuring (or manually specifying) target filenames

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published