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...
- Host: GitHub
- URL: https://github.com/srvariable/dotfiles
- Owner: SrVariable
- License: mit
- Created: 2024-01-31T03:13:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T16:00:04.000Z (9 months ago)
- Last Synced: 2025-09-07T01:34:41.624Z (7 months ago)
- Language: Vim Script
- Size: 395 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
> ```