Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/viasnake/dotfiles
- Owner: viasnake
- Created: 2024-10-15T15:21:06.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-04T20:40:24.000Z (about 2 months ago)
- Last Synced: 2024-11-04T20:41:31.031Z (about 2 months ago)
- Topics: dotfiles, dotfiles-linux, dotfiles-macos, dotfiles-windows, dotfiles-wsl, dotfiles-zorin, fish
- Language: Shell
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```