Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stym-singh/dotfiles

My Arch Linux configuration
https://github.com/stym-singh/dotfiles

arch-linux bspwm bspwmrc configuration linux

Last synced: 5 days ago
JSON representation

My Arch Linux configuration

Awesome Lists containing this project

README

        

# dotfiles

![dotfiles screenshot](./dotfiles.png)

## Installing

You will need `git` and GNU `stow`

Clone into your `$HOME` directory or `~`

```bash
git clone https://github.com/singhstym/dotfiles.git ~
```

Run `stow` to symlink everything or select what you want

```bash
stow */ # For everything
```

```bash
stow alacritty # For just the alacritty config
stow polybar # For just the polybar config
```