Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pznguin-kyun/pengudotfiles

📁 pengurice's dotfiles
https://github.com/pznguin-kyun/pengudotfiles

bspwm dotfiles linux rice themes unixporn

Last synced: about 12 hours ago
JSON representation

📁 pengurice's dotfiles

Awesome Lists containing this project

README

        

# pengudotfiles
📁 pengurice's dotfiles

# Dependencies
## Necessary
- `alacritty`: Terminal
- `bspwm`, `sxhkd`: Window manager
- `bash`, `zsh`: Shell
- `dunst`: Notification
- `polybar`: Bar
- `rofi`: Launcher
- `curl`: for some stuffs
- `Noto Sans`, `IBM Plex Mono`: Fonts

## Other
- `ranger`: File manager
- `cmus`: Music player
- `neofetch`: Fetch
- `neovim`: Text editor
- `htop`: System monitor

# Installation
## Auto
Use [pengurice](https://github.com/pznguin-kyun/pengurice) to install automatically
```
$ git clone https://github.com/pznguin-kyun/pengurice
$ cd pengurice
# ./pengurice.sh
```

## Manual
- Install all dependencies (and `git` too)
- Clone dotfiles
```
$ git clone https://github.com/pznguin-kyun/pengudotfiles
```
- Copy all files to main folder
```
$ cd pengudotfiles
$ cp -rfT main ~/
```