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, ...)
- Host: GitHub
- URL: https://github.com/jonathanpoelen/dotfiles
- Owner: jonathanpoelen
- License: mit
- Created: 2014-06-05T20:33:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-11-03T00:02:11.000Z (7 months ago)
- Last Synced: 2025-11-03T02:14:57.095Z (7 months ago)
- Topics: config, dotfile, dotfiles
- Language: JavaScript
- Homepage:
- Size: 3.76 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -<