An open API service indexing awesome lists of open source software.

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 πŸ”’πŸŽπŸ§πŸ› οΈ

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 -