Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vjean/dotfiles

Fichiers de configuration pour Linux // Linux dotfiles
https://github.com/vjean/dotfiles

archlinux dotfiles

Last synced: about 1 month ago
JSON representation

Fichiers de configuration pour Linux // Linux dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

Installation and management with GNU stow.

# Requirements

## bpswm

* bspwm, sxhkd, xorg
* urxvt
* rofi
* redshift
* pywal

## Pacman pkg list

`./pkglist.txt` is updated with the following pacman hook :
```
[Trigger]
Operation = Install
Operation = Remove
Type = Package
Target = *

[Action]
When = PostTransaction
Exec = /bin/sh -c '/usr/bin/pacman -Qqe > /home/user/dotfiles/pkglist.txt'
```