项目作者: TsekNet

项目描述 :
Cross-platform automated system configuration 🛠
高级语言: PowerShell
项目地址: git://github.com/TsekNet/dotfiles.git
创建时间: 2021-02-21T20:20:59Z
项目社区:https://github.com/TsekNet/dotfiles

开源协议:MIT License

下载


TsekNet dotfiles 🛠

Cross-platform automated system configuration. Run script. Setup System.

  • Problem: Setting up a system requires configuring a variable amount of files (dotfiles, such as ~/.bashrc) locally.
  • Solution: Store configuration files (dotfiles) on GitHub and leverage chezmoi to keep those files up-to-date.

New to dotfiles? Check out dotfiles.github.io for more information.

Installing

Below are the commands you can run to get started with my dotfiles.

⚠ Be sure to review the code before executing random scripts on the internet. TL;DR can be found in install.ps1 Comment-Based Help.

Linux

Execute the install script (downloaded via curl):

  1. bash <(curl -fsSL https://git.io/tseksh)

Windows

Run the following command in PowerShell as administrator:

  1. iex ((New-Object Net.WebClient).DownloadString('https://git.io/tsekps'))

Usage

  1. chezmoi init --apply --verbose https://github.com/tseknet/dotfiles.git

OR

  1. chezmoi init --apply --verbose git@github.com:tseknet/dotfiles.git

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT