Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/viasnake/dotfiles

@viasnake dotfiles
https://github.com/viasnake/dotfiles

dotfiles dotfiles-linux dotfiles-macos dotfiles-windows dotfiles-wsl dotfiles-zorin fish

Last synced: about 1 month ago
JSON representation

@viasnake dotfiles

Awesome Lists containing this project

README

        

# dotfiles

## Supported OS

- Debian
- Raspbian
- Ubuntu
- Zorin OS

> [!TIP]
> Whether or not the OS is supported is determined by `/etc/os-release`.
> SEE: [install.sh](https://github.com/viasnake/dotfiles/blob/master/.scripts/install.sh)

### Will be supported

- MacOS
- Windows
- Windows Subsystem for Linux (WSL1)
- Windows Subsystem for Linux 2 (WSL2)

> [!NOTE]
> WSL is expected to be mostly Linux, so it could work.

## How to use

### Prerequisites

- git
- make
- sudo

### Installation

```bash
git clone [email protected]:viasnake/dotfiles.git
cd dotfiles
make install
```

## How to uninstall

```bash
make uninstall
```