Skip to content

jwinn/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My collection of dot files using chezmoi to manage.

Use either the Bootstrap or Git Clone and Install method.

Bootstrap

git is required, as well as either curl or wget

curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/jwinn/dotfiles/main/bootstrap.sh)"

- or -

wget

sh -c "$(wget -qO- https://raw.githubusercontent.com/jwinn/dotfiles/main/bootstrap.sh)"

Git Clone and Install

git is required

Clone

HTTPS

git clone https://github.com/jwinn/dotfiles.git

- or -

SSH

git clone [email protected]:jwinn/dotfiles.git

Install

cd into the folder where the repo was cloned, e.g. dotfiles

cd dotfiles && sh install.sh && cd -

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published