Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TsekNet/dotfiles
Cross-platform automated system configuration ðŸ›
https://github.com/TsekNet/dotfiles
automation chezmoi configuration configuration-management dotfiles dotfiles-linux dotfiles-windows imaging powershell provisioning scripts
Last synced: 3 months ago
JSON representation
Cross-platform automated system configuration ðŸ›
- Host: GitHub
- URL: https://github.com/TsekNet/dotfiles
- Owner: TsekNet
- License: mit
- Created: 2021-02-21T20:20:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T22:58:18.000Z (4 months ago)
- Last Synced: 2024-07-18T02:40:52.548Z (4 months ago)
- Topics: automation, chezmoi, configuration, configuration-management, dotfiles, dotfiles-linux, dotfiles-windows, imaging, powershell, provisioning, scripts
- Language: PowerShell
- Homepage: https://tseknet.com
- Size: 3.5 MB
- Stars: 19
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - TsekNet/dotfiles - Cross-platform automated system configuration 🛠(PowerShell)
README
# 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](https://www.chezmoi.io/) to keep those files up-to-date.New to dotfiles? Check out [dotfiles.github.io](https://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](install.ps1) Comment-Based Help.
### Linux
Execute the install script (downloaded via curl):
```bash
bash <(curl -fsSL https://git.io/tseksh)
```### Windows
Run the following command in PowerShell as administrator:
```powershell
iex ((New-Object Net.WebClient).DownloadString('https://git.io/tsekps'))
```## Usage
```bash
chezmoi init --apply --verbose https://github.com/tseknet/dotfiles.git
```OR
```bash
chezmoi init --apply --verbose [email protected]: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](https://choosealicense.com/licenses/mit/)