summaryrefslogtreecommitdiff
path: root/config (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-08more tweaksFranck Cuny2-17/+28
2024-04-08minor tweaks to completionsFranck Cuny1-1/+2
2024-04-08clean up buffers configurationsFranck Cuny1-66/+15
2024-04-08no need for nerd iconsFranck Cuny1-6/+0
2024-04-07better configuration for diredFranck Cuny1-14/+25
2024-04-07extra configuration for flyspellFranck Cuny1-4/+15
2024-04-07don't use trampFranck Cuny1-5/+0
2024-04-07ensure docker is installedFranck Cuny1-0/+1
2024-04-06configure bindings for flymakeFranck Cuny1-8/+15
2024-04-06add breadcrumbFranck Cuny1-0/+7
2024-04-06a org file is definitely not the way for meFranck Cuny37-0/+1489
2022-02-02remove non-emacs configurationFranck Cuny2-53/+0
Only keep emacs' configuration in this repository. Everything else is moved to the repository with my configuration for linux.
2021-10-04git: configure forge properlyFranck Cuny1-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.
2021-09-08linux: remove configurations specific to linuxFranck Cuny10-300/+0
They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs.
2021-08-23git: for new repo, use 'main' for default branchFranck Cuny1-3/+4
Sort branches by date.
2021-08-18backup: use the wireguard interfaceFranck Cuny1-1/+1
The restic REST server is running on the nas' wireguard interface, so we need to change the URL in our unit file.
2021-08-05systemd: exclude directories for resticFranck Cuny1-1/+1
2021-03-27systemd: rsync music to the NASFranck Cuny1-0/+10
A systemd unit to backup my music to the NAS. This is invoked by running: ``` systemctl --user start sync-music ```
2021-03-14alacritty: remove commented sectionsFranck Cuny1-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.
2021-01-13xdg: ignore templatesFranck Cuny1-0/+1
2021-01-13mpd: fix the path to the music libraryFranck Cuny1-1/+1
2021-01-04git: store configuration under XDG_CONFIG_HOMEFranck Cuny4-0/+51
Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there.
2021-01-03redshift: fix longitude for BerkeleyFranck Cuny1-1/+1
I should have read the documentation more carefully, the longitude, when in the western emisphere, should be negative.
2020-12-27mpd: music is on the laptop, not from a smb shareFranck Cuny1-8/+2
2020-12-27redshift: update settingsFranck Cuny1-2/+11
2020-12-27term: replace urxvt with alacrittyFranck Cuny2-3/+759
There's a better support for unicode.
2020-12-01i3: key bindingsFranck Cuny1-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
2020-10-28mpd: install mpd on linuxFranck Cuny1-0/+21
default configuration is to rely on the nas to manage the library, and to use samba to access the files.
2020-10-28backup: specify the domainFranck Cuny1-1/+1
2020-10-06linux: create service for backing upFranck Cuny1-0/+13
I want to backup my $HOME to the nas using restic.
2020-10-06desktop: adjust colors for redshiftFranck Cuny1-3/+3
2020-10-01[desktop] more configuration files for linuxFranck Cuny2-0/+19
Add configuration for the ssh-agent, pam and XDG.
2020-10-01[desktop] adjust configuration for i3Franck Cuny1-2/+2
2020-10-01[redshift] create configuration fileFranck Cuny1-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.
2020-09-23fonts: let's use DejaVu where possibleFranck Cuny1-1/+1
Also use 180 for the DPI.
2020-09-12linux: add i3 configFranck Cuny1-0/+169