Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shaaanuu/dotfiles

my personal dotfiles
https://github.com/shaaanuu/dotfiles

Last synced: about 1 month ago
JSON representation

my personal dotfiles

Awesome Lists containing this project

README

        

## README

### Dotfiles

Nothing fancy, Just my personal dotfiles...

### Installation

#### Prerequisites
Before installing your dotfiles, ensure you have the `stow` package manager installed.

**Arch based:**

```bash
sudo pacman -S stow
```

**Debian/Ubuntu based:**

```bash
sudo apt install stow
```

#### Installing Dotfiles
1. **Clone this repository:**
```bash
git clone https://github.com/shaaanuu/dotfiles.git
```
2. **Navigate to your dotfiles directory:**
```bash
cd dotfiles
```
3. **Use stow to link configuration files:**
To install a specific package (e.g., `alacritty`), run:
```bash
stow alacritty
```
To install multiple packages, separate them with spaces:
```bash
stow alacritty i3 neofetch
```

**Disclaimer:** Using `stow` incorrectly can potentially overwrite important system files. Proceed with caution and refer to the `stow` documentation for detailed guidance. And never blame me for any damages...