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

https://github.com/rjshkhr/dotfiles

~/
https://github.com/rjshkhr/dotfiles

dotfiles linux

Last synced: 10 months ago
JSON representation

~/

Awesome Lists containing this project

README

          

# Dotfiles

[![Stars](https://img.shields.io/github/stars/rjshkhr/dotfiles?style=for-the-badge&logo=github&color=7E9AAB&logoColor=fcfcfc&labelColor=242B2D)](https://github.com/rjshkhr/dotfiles/stargazers) [![Forks](https://img.shields.io/github/forks/rjshkhr/dotfiles?style=for-the-badge&logo=github&color=96B088&logoColor=fcfcfc&labelColor=242B2D)](https://github.com/rjshkhr/dotfiles/network/members) [![Issues](https://img.shields.io/github/issues/rjshkhr/dotfiles?style=for-the-badge&logo=gitbook&color=BC8F7D&logoColor=fcfcfc&labelColor=242B2D)](https://github.com/rjshkhr/dotfiles/issues)

## Screenshots

![Screenshot 1](https://imgur.com/5V9Zmv3.png)

![Screenshot 2](https://imgur.com/9B5eFux.png)

![Screenshot 3](https://imgur.com/eCZUzlT.png)

![Screenshot 4](https://imgur.com/UihTWwk.png)

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