Skip to content

neersighted/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/.dotfiles

Installation

# linux, macos:
curl -sSf https://raw.githubusercontent.com/neersighted/dotfiles/master/bootstrap.sh | sh
# freebsd:
fetch -o - https://raw.githubusercontent.com/neersighted/dotfiles/master/bootstrap.sh | sh
# windows:
(iwr -UseBasicParsing https://chezmoi.io/get.ps1).Content | powershell -c -; .\bin\chezmoi.exe init --apply --remove neersighted

Restart your shell to make sure the changes are fully applied.

License

This project is licensed under the MIT license.

See LICENSE for more details.