summary refs log tree commit diff
path: root/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all customization'sFranck Cuny2024-04-192-15/+5
| | | | | | | Since I don't fully understand them, let's not do anything, we can change them as I figure out things better. Change-Id: I109a3d47d9dc67b7fd2dca72fd2c460d00138bbd
* more cleanupFranck Cuny2024-04-193-20/+24
| | | | Change-Id: Ia87d9c536fe06ed9822ddcb516f94346b43ca726
* delete things I'm not sure I needFranck Cuny2024-04-191-80/+12
| | | | Change-Id: Ibb9a8d11d6c47f2fb34c35ac0879e3ba25a6e565
* simplify flyspellFranck Cuny2024-04-191-5/+1
| | | | Change-Id: I1324b3d4be411d334da87b178a8a8891d12c9be4
* add back the binding for `join-line`Franck Cuny2024-04-191-3/+3
| | | | Change-Id: Iccf1e7fcfcc8c121c482810586f72a0277d3ed69
* clean up a bit more `flymake` configurationFranck Cuny2024-04-191-5/+8
| | | | | | Adds a prefix for binding the keys. Change-Id: I03adabea3ab6f2e909a6aa7398be663eb4c2784e
* simplifies even more the git configurationFranck Cuny2024-04-191-31/+1
| | | | Change-Id: I28593b53dbb9d65d2bf206c452bf463ddc6b6e26
* removes cruft from the git configurationFranck Cuny2024-04-191-32/+16
| | | | | | | Also ensure that we have ANSI colors displayed in the commit buffer so it's easier to understand errors. Change-Id: Ie37f8871f0fc4f8470a5bd821ec02734edc05181
* minor configuration tweaksFranck Cuny2024-04-172-20/+16
| | | | Change-Id: I7f0d8d0070360245c072cff8daa8760ddc4ea743
* configuration related to rustFranck Cuny2024-04-162-0/+28
|
* fix configuration for diredFranck Cuny2024-04-161-1/+0
|
* switch the font to ArgonFranck Cuny2024-04-161-2/+2
|
* configure electric-pair correctlyFranck Cuny2024-04-081-1/+5
|
* more tweaksFranck Cuny2024-04-082-17/+28
|
* minor tweaks to completionsFranck Cuny2024-04-081-1/+2
|
* clean up buffers configurationsFranck Cuny2024-04-081-66/+15
|
* no need for nerd iconsFranck Cuny2024-04-081-6/+0
|
* better configuration for diredFranck Cuny2024-04-071-14/+25
|
* extra configuration for flyspellFranck Cuny2024-04-071-4/+15
|
* don't use trampFranck Cuny2024-04-071-5/+0
|
* ensure docker is installedFranck Cuny2024-04-071-0/+1
|
* configure bindings for flymakeFranck Cuny2024-04-061-8/+15
|
* add breadcrumbFranck Cuny2024-04-061-0/+7
|
* a org file is definitely not the way for meFranck Cuny2024-04-0637-0/+1489
|
* remove non-emacs configurationFranck Cuny2022-02-022-53/+0
| | | | | Only keep emacs' configuration in this repository. Everything else is moved to the repository with my configuration for linux.
* git: configure forge properlyFranck Cuny2021-10-041-0/+7
| | | | | | | | | I'm going to deprecate the SSH endpoint for gitea, and use HTTPS instead for accessing the repositories. For this, I need to configure properly the credential part for the different forges (github/gitea for now), and update the URL in the forge configuration for emacs.
* linux: remove configurations specific to linuxFranck Cuny2021-09-0810-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 branchFranck Cuny2021-08-231-3/+4
| | | | Sort branches by date.
* backup: use the wireguard interfaceFranck Cuny2021-08-181-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 resticFranck Cuny2021-08-051-1/+1
|
* systemd: rsync music to the NASFranck Cuny2021-03-271-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 sectionsFranck Cuny2021-03-141-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 templatesFranck Cuny2021-01-131-0/+1
|
* mpd: fix the path to the music libraryFranck Cuny2021-01-131-1/+1
|
* git: store configuration under XDG_CONFIG_HOMEFranck Cuny2021-01-044-0/+51
| | | | | Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there.
* redshift: fix longitude for BerkeleyFranck Cuny2021-01-031-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 shareFranck Cuny2020-12-271-8/+2
|
* redshift: update settingsFranck Cuny2020-12-271-2/+11
|
* term: replace urxvt with alacrittyFranck Cuny2020-12-272-3/+759
| | | | There's a better support for unicode.
* i3: key bindingsFranck Cuny2020-12-011-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 linuxFranck Cuny2020-10-281-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 domainFranck Cuny2020-10-281-1/+1
|
* linux: create service for backing upFranck Cuny2020-10-061-0/+13
| | | | I want to backup my $HOME to the nas using restic.
* desktop: adjust colors for redshiftFranck Cuny2020-10-061-3/+3
|
* [desktop] more configuration files for linuxFranck Cuny2020-10-012-0/+19
| | | | Add configuration for the ssh-agent, pam and XDG.
* [desktop] adjust configuration for i3Franck Cuny2020-10-011-2/+2
|
* [redshift] create configuration fileFranck Cuny2020-10-011-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 possibleFranck Cuny2020-09-231-1/+1
| | | | Also use 180 for the DPI.
* linux: add i3 configFranck Cuny2020-09-121-0/+169