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

https://github.com/bahaaio/dotfiles

My personal dotfiles setup on Debian GNU/Linux using i3, polybar, rofi, and dunst.
https://github.com/bahaaio/dotfiles

config dotfiles dotfiles-linux dunst i3 i3-config neovim nvim polybar polybar-config vim wezterm yazi zsh zshrc

Last synced: about 1 month ago
JSON representation

My personal dotfiles setup on Debian GNU/Linux using i3, polybar, rofi, and dunst.

Awesome Lists containing this project

README

          

# Dotfiles

My personal setup for a clean and productive Linux environment.

## Screenshots

## Desktop

![Desktop](https://github.com/Bahaaio/wallpapers/raw/main/.github/screenshots/desktop.png)

## Neovim

![Neovim](https://github.com/Bahaaio/wallpapers/raw/main/.github/screenshots/nvim.png)

## Requirements

You'll need [git](https://git-scm.com/) and [GNU stow](https://www.gnu.org/software/stow/)

```sh
sudo apt update
sudo apt install git stow
```

## Installation

Clone the repository into your home directory

```sh
cd ~
git clone https://github.com/Bahaaio/dotfiles.git
cd dotfiles
```

Run [install.sh](install.sh) to symlink everything

```sh
chmod +x install.sh
./install.sh
```

## Wallpapers

Clone wallpapers into `~/Pictures/wallpapers`

```sh
git clone https://github.com/Bahaaio/wallpapers ~/Pictures/wallpapers
```