πΆπ Dotfiles and configs for different things π’ππ§π οΈ
Repository π€ contains my personal dotfiles and configuration files for various tools and environments.
- 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.
To setup π‘ these dotfiles run either of bellow π½ commands:
For Windows | winfiles | setup.ps1
(Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/RustyTake-Off/dotfiles/main/setup.ps1').Content | Invoke-Expression
For Linux/WSL | wslfiles | setup.sh
curl -fsS https://raw.githubusercontent.com/RustyTake-Off/dotfiles/main/setup.sh | bash
- paulirish - https://github.com/paulirish/dotfiles
- henrebotha - https://github.com/henrebotha/dotfiles
- mathiasbynens - https://github.com/mathiasbynens/dotfiles/
- alrra - https://github.com/alrra/dotfiles/
- paulmillr - https://github.com/paulmillr/dotfiles
- gf3 - https://github.com/gf3/dotfiles