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.
- Host: GitHub
- URL: https://github.com/bahaaio/dotfiles
- Owner: Bahaaio
- License: mit
- Created: 2025-01-30T10:19:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-06T09:26:27.000Z (about 1 month ago)
- Last Synced: 2025-09-06T10:20:29.034Z (about 1 month ago)
- Topics: config, dotfiles, dotfiles-linux, dunst, i3, i3-config, neovim, nvim, polybar, polybar-config, vim, wezterm, yazi, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 279 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
My personal setup for a clean and productive Linux environment.
## Screenshots
## Desktop

## Neovim

## 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
```