https://github.com/rjshkhr/dotfiles
~/
https://github.com/rjshkhr/dotfiles
dotfiles linux
Last synced: 10 months ago
JSON representation
~/
- Host: GitHub
- URL: https://github.com/rjshkhr/dotfiles
- Owner: rjshkhr
- License: gpl-3.0
- Created: 2020-07-18T16:25:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T02:20:12.000Z (about 1 year ago)
- Last Synced: 2025-02-10T03:23:50.427Z (about 1 year ago)
- Topics: dotfiles, linux
- Language: Python
- Homepage:
- Size: 4.95 MB
- Stars: 176
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
[](https://github.com/rjshkhr/dotfiles/stargazers) [](https://github.com/rjshkhr/dotfiles/network/members) [](https://github.com/rjshkhr/dotfiles/issues)
## Screenshots




## Overview
- **OS** • [Arch Linux](https://archlinux.org)
- **WM** • [Qtile](https://github.com/qtile/qtile)
- **Terminal** • [Kitty](https://github.com/kovidgoyal/kitty)
- **Shell** • [Bash](https://www.gnu.org/software/bash)
- **Editor** • [Neovim](https://neovim.io)
- **Colorscheme** • [Shadow](https://github.com/rjshkhr/shadow.nvim)
- **Font** • [CaskaydiaCove Nerd Font](https://www.nerdfonts.com)
- **Compositor** • [Picom](https://github.com/yshui/picom)
- **Notification** • [Dunst](https://github.com/dunst-project/dunst)
- **App Launcher** • [Rofi](https://github.com/davatorium/rofi)
- **Screen Lock** • [i3lock-color](https://github.com/Raymo111/i3lock-color)
- **Display Manager** • [SDDM](https://github.com/sddm/sddm)
- **Clipboard** • [Rofi Greenclip](https://github.com/erebe/greenclip)
- **Browser** • [Firefox](https://www.mozilla.org/en-US/firefox) ([Startpage](https://github.com/rjshkhr/startpage), [Theme](https://github.com/rjshkhr/shadow-firefox))
- **File Manager** • [Ranger](https://github.com/ranger/ranger), [Nemo](https://github.com/linuxmint/nemo)
## Installation
Clone and use [stow](https://www.gnu.org/software/stow) to manage the dotfiles:
```sh
git clone https://github.com/rjshkhr/dotfiles.git
cd dotfiles
stow .
```