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

https://github.com/srvariable/dotfiles

My custom configurations for bash, vim, i3, polybar...
https://github.com/srvariable/dotfiles

Last synced: about 1 month ago
JSON representation

My custom configurations for bash, vim, i3, polybar...

Awesome Lists containing this project

README

          

# dotfiles

## Description

My custom setup in Linux

## Requirements

- `dunst`
- `i3`
- `maim`
- `playerctl`
- `xclip`
- `xdotool`
- `rofi`

```Shell
sudo apt install -y \
dunst \
i3 \
maim \
playerctl \
xclip \
xdotool \
rofi \
redshift
```

## Installation

Clone the repository and go inside the folder

```Shell
git clone https://github.com/SrVariable/dotfiles.git && cd dotfiles
```

Install the dotfiles

```Shell
./install.sh
```

> [!NOTE]
>
> The script has flags, you can check them out with
> ```Shell
> ./install.sh -h
> ```