Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux: remove configurations specific to linux | Franck Cuny | 2021-09-08 | 10 | -300/+0 |
| | | | | | They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs. | ||||
* | git: for new repo, use 'main' for default branch | Franck Cuny | 2021-08-23 | 1 | -3/+4 |
| | | | | Sort branches by date. | ||||
* | backup: use the wireguard interface | Franck Cuny | 2021-08-18 | 1 | -1/+1 |
| | | | | | The restic REST server is running on the nas' wireguard interface, so we need to change the URL in our unit file. | ||||
* | systemd: exclude directories for restic | Franck Cuny | 2021-08-05 | 1 | -1/+1 |
| | |||||
* | systemd: rsync music to the NAS | Franck Cuny | 2021-03-27 | 1 | -0/+10 |
| | | | | | | | | A systemd unit to backup my music to the NAS. This is invoked by running: ``` systemctl --user start sync-music ``` | ||||
* | alacritty: remove commented sections | Franck Cuny | 2021-03-14 | 1 | -715/+3 |
| | | | | | | Only keep what I need, it's pretty hard to read or understand the configuration otherwise. If I need something specific I can always refer to the documentation. | ||||
* | xdg: ignore templates | Franck Cuny | 2021-01-13 | 1 | -0/+1 |
| | |||||
* | mpd: fix the path to the music library | Franck Cuny | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | git: store configuration under XDG_CONFIG_HOME | Franck Cuny | 2021-01-04 | 4 | -0/+51 |
| | | | | | Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there. | ||||
* | redshift: fix longitude for Berkeley | Franck Cuny | 2021-01-03 | 1 | -1/+1 |
| | | | | | I should have read the documentation more carefully, the longitude, when in the western emisphere, should be negative. | ||||
* | mpd: music is on the laptop, not from a smb share | Franck Cuny | 2020-12-27 | 1 | -8/+2 |
| | |||||
* | redshift: update settings | Franck Cuny | 2020-12-27 | 1 | -2/+11 |
| | |||||
* | term: replace urxvt with alacritty | Franck Cuny | 2020-12-27 | 2 | -3/+759 |
| | | | | There's a better support for unicode. | ||||
* | i3: key bindings | Franck Cuny | 2020-12-01 | 1 | -3/+7 |
| | | | | | | - change the binding for locking the screen - drop the one to change the focus (so we can re-use it for locking) - assign some applications to specific workspaces | ||||
* | mpd: install mpd on linux | Franck Cuny | 2020-10-28 | 1 | -0/+21 |
| | | | | | default configuration is to rely on the nas to manage the library, and to use samba to access the files. | ||||
* | backup: specify the domain | Franck Cuny | 2020-10-28 | 1 | -1/+1 |
| | |||||
* | linux: create service for backing up | Franck Cuny | 2020-10-06 | 1 | -0/+13 |
| | | | | I want to backup my $HOME to the nas using restic. | ||||
* | desktop: adjust colors for redshift | Franck Cuny | 2020-10-06 | 1 | -3/+3 |
| | |||||
* | [desktop] more configuration files for linux | Franck Cuny | 2020-10-01 | 2 | -0/+19 |
| | | | | Add configuration for the ssh-agent, pam and XDG. | ||||
* | [desktop] adjust configuration for i3 | Franck Cuny | 2020-10-01 | 1 | -2/+2 |
| | |||||
* | [redshift] create configuration file | Franck Cuny | 2020-10-01 | 1 | -0/+10 |
| | | | | | | | Instead of passing the options as arugments to the CLI, create a configuration file with everything we need in it. We also manage the service with systemd. | ||||
* | fonts: let's use DejaVu where possible | Franck Cuny | 2020-09-23 | 1 | -1/+1 |
| | | | | Also use 180 for the DPI. | ||||
* | linux: add i3 config | Franck Cuny | 2020-09-12 | 1 | -0/+169 |