https://github.com/rustytake-off/dotfiles
πΆπ Dotfiles and configs for different things π’ππ§π οΈ
https://github.com/rustytake-off/dotfiles
config-files configuration-files dotfiles dotfiles-linux dotfiles-macos dotfiles-resources dotfiles-setup dotfiles-windows dotfiles-wsl settings
Last synced: 5 months ago
JSON representation
πΆπ Dotfiles and configs for different things π’ππ§π οΈ
- Host: GitHub
- URL: https://github.com/rustytake-off/dotfiles
- Owner: RustyTake-Off
- License: mit
- Created: 2023-04-08T02:22:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T22:56:31.000Z (5 months ago)
- Last Synced: 2024-12-04T23:22:48.851Z (5 months ago)
- Topics: config-files, configuration-files, dotfiles, dotfiles-linux, dotfiles-macos, dotfiles-resources, dotfiles-setup, dotfiles-windows, dotfiles-wsl, settings
- Language: PowerShell
- Homepage:
- Size: 1.06 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# dotfiles
**
πΆπ Dotfiles and configs for different things π’ππ§π οΈ
**Repository π€ contains my personal dotfiles and configuration files for various tools and environments.
## Key Files and Directories
* **genfiles**: Includes generic application and miscellaneous configurations.
* **shared**: Includes shared configurations and settings.
* **winfiles**: Configuration files and scripts tailored for Windows.
* **wslfiles**: Configuration files and scripts tailored for WSL/Linux.
* **setup.ps1**: Script for setting up the environment on Windows.
* **setup.sh**: Script for setting up the environment on WSL/Linux.## Setup
To setup π‘ these dotfiles run either of bellow π½ commands:
**For Windows | [winfiles](../winfiles) | [setup.ps1](../setup.ps1)**
```powershell
(Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/RustyTake-Off/dotfiles/main/setup.ps1').Content | Invoke-Expression
```**For Linux/WSL | [wslfiles](../wslfiles) | [setup.sh](../setup.sh)**
```bash
curl -fsS https://raw.githubusercontent.com/RustyTake-Off/dotfiles/main/setup.sh | bash
```## Other dotfiles repos I found useful
* paulirish -
* henrebotha -
* mathiasbynens -
* alrra -
* paulmillr -
* gf3 -