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

https://github.com/jonathanpoelen/dotfiles

My configuration files (zsh, urxvt, i3, mpv, ...)
https://github.com/jonathanpoelen/dotfiles

config dotfile dotfiles

Last synced: 6 months ago
JSON representation

My configuration files (zsh, urxvt, i3, mpv, ...)

Awesome Lists containing this project

README

          

MIME type
=========

```bash
find mime -type f -exec xdg-mime install {} \;
#update-mime-database ~/.local/usr/share/mime
```

or

```bash
sudo find mime -exec xdg-mime install {} \;
#sudo update-mime-database /usr/share/mime
```

X resources
===========

Load a resource file, and merge with the current settings:

```sh
xrdb -merge ~/.Xresources
```

Profile
=======

```sh
ln ~/.profile ~/.zprofile
```

Less binding
============

```bash
lesskey -o ~/.less -<