https://github.com/robertodoering/dotfiles
https://github.com/robertodoering/dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertodoering/dotfiles
- Owner: robertodoering
- Created: 2021-11-21T12:20:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T18:42:27.000Z (12 months ago)
- Last Synced: 2026-01-18T23:56:47.623Z (5 months ago)
- Language: Lua
- Size: 4.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# dotfiles
dotfiles for my arch linux setup
- wm: **bpswm**
- bar: **polybar**
- terminal: **alacritty**
- shell: **zsh**
- application launcher: **rofi**
- notification manager: **dunst**
- compositor: **picom** ([fork with blur & rounded borders](https://aur.archlinux.org/packages/picom-ibhagwan-git))
- sans-serif font: **noto sans**
- monospace font: **fira code**
- editor: **neovim** / **vscodium**
- file manager: **thunar**
- browser: **librewolf**
- pdf reader: **zathura**
- mpd client: **ncmpcpp**
- top: **btop**


### installation
```sh
git clone --bare "https://github.com/robertodoering/dotfiles" $HOME/.dotfiles
alias dotfiles="git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
dotfiles checkout
```