aboutsummaryrefslogtreecommitdiff
path: root/home/profiles (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a profile for passage and install hledgerFranck Cuny8 days1-0/+12
|
* simplify the configurationFranck Cuny2025-11-231-0/+1
|
* enable kittyFranck Cuny2025-11-072-0/+17
|
* simplify home profiles a bit moreFranck Cuny2025-11-035-36/+20
|
* simplify configuration for darwinFranck Cuny2025-11-0217-55/+374
|
* make `nomad-prod` work for all production nomad cellsFranck Cuny2025-08-291-2/+27
| | | | We also want to get access to cells in ASH.
* use better naming convention for the SSH certificateFranck Cuny2025-08-291-2/+2
|
* add home-manager settings for rustFranck Cuny2025-08-281-0/+1
|
* split-up firefox configurationFranck Cuny2025-08-211-1/+1
| | | | | Ensure we install the bin package, so that we can use the 1password extension (we need a signed binary for that).
* initial configuration for firefoxFranck Cuny2025-08-201-0/+1
|
* fix work related configuration for 1passwordFranck Cuny2025-08-181-9/+5
|
* move mpv/yt-dlp configuration to their own filesFranck Cuny2025-08-161-3/+6
|
* more simplificationsFranck Cuny2025-08-121-1/+2
|
* move secrets to their own files and delete unused profileFranck Cuny2025-08-121-13/+0
|
* delete LLM related stuff for nowFranck Cuny2025-08-123-46/+1
|
* users -> homeFranck Cuny2025-08-127-0/+320
|
* simplify the layoutFranck Cuny2023-12-149-355/+0
|
* delete even more unused configurationsFranck Cuny2023-12-0913-722/+7
|
* add nixd as a LSP for nix.Franck Cuny2023-12-041-0/+1
|
* don't need to install emacs' pGTK variantFranck Cuny2023-11-061-1/+0
|
* use 1password ssh agentFranck Cuny2023-11-062-6/+4
| | | | Enable ssh configuration on darwin.
* install a few more CLIFranck Cuny2023-11-061-2/+4
|
* add a couple of aliases for gitFranck Cuny2023-11-061-0/+5
|
* add 1password key and format some filesFranck Cuny2023-11-062-7/+4
|
* add ssh key from 1passowrd and sign commitsFranck Cuny2023-09-141-4/+3
|
* more configuration for darwinFranck Cuny2023-09-144-23/+42
|
* remove custom toolsFranck Cuny2023-08-211-1/+1
|
* switching back to alacritty + tmuxFranck Cuny2023-07-283-16/+23
| | | | kitty is not clicking for me. I still prefer tmux.
* add pantalaimon, a proxy for matrixFranck Cuny2023-07-081-0/+18
| | | | This is so I can use emacs as a client for matrix.
* add x509-info back to the list of toolsFranck Cuny2023-07-051-1/+1
|
* various updates related to music collectionFranck Cuny2023-07-052-15/+48
|
* change monospace font back to source code proFranck Cuny2023-06-082-2/+2
|
* profiles/git: ignore python bytecodeFranck Cuny2023-06-021-0/+1
|
* profiles/dev: set MYPY_CACHE_DIRFranck Cuny2023-06-021-0/+1
|
* profiles/dev: install virtualenvFranck Cuny2023-06-021-0/+1
|
* profiles/waybar: highlight text when one or more unit has failedFranck Cuny2023-06-021-0/+1
|
* workstation: more tweaks for the UI and fontsFranck Cuny2023-05-295-12/+11
|
* profiles/zsh: change prezto's themeFranck Cuny2023-05-281-1/+1
|
* tools/waybar-systemd-units: get a list of failed systemd unitsFranck Cuny2023-05-282-1/+11
| | | | | | | | Get a list of failed systemd units (both user and systems), and generate an output compatible to what waybar expects. Refer to https://github.com/Alexays/Waybar/wiki/Module:-Custom for more details about the format.
* font: switch to Roboto for system font and JetBrain for monospaceFranck Cuny2023-05-284-49/+19
|
* home/waybar: change the style to be a bit more readableFranck Cuny2023-05-231-33/+19
|
* profiles/workstation: stop using dark mode + preztoFranck Cuny2023-05-1611-170/+28
|
* home/ssh: add rsync.net to the match blockFranck Cuny2023-05-121-0/+6
|
* profiles/workstation: move element (matrix client)Franck Cuny2023-05-071-0/+2
|
* profiles/workstation: move sway to the workstation profileFranck Cuny2023-05-061-1/+0
|
* profiles/gtk: configure dark mode properlyFranck Cuny2023-05-061-6/+2
| | | | | | | | | | | | | Without this I was seeing the following error: ``` Unknown key Settings in /home/fcuny/.config/gtk-3.0/settings.ini ``` And the configuration contained: ``` [Settings] Settings=gtk-application-prefer-dark-theme=1 ```
* home/profiles: move (almost) all modules to profilesFranck Cuny2023-05-0523-0/+1162
This is a major refactor, similar to what was done for the hosts, but in a single commit.