neersighted / dotfiles

~/.dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

~/.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.

About

~/.dotfiles

License:MIT License


Languages

Language:Shell 54.1%Language:Vim Script 32.3%Language:PowerShell 9.0%Language:Python 3.0%Language:C 1.1%Language:Awk 0.6%