aboutsummaryrefslogtreecommitdiff
path: root/home/profiles (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-07enable kittyFranck Cuny2-0/+17
2025-11-03simplify home profiles a bit moreFranck Cuny5-36/+20
2025-11-02simplify configuration for darwinFranck Cuny17-55/+374
2025-08-29make `nomad-prod` work for all production nomad cellsFranck Cuny1-2/+27
We also want to get access to cells in ASH.
2025-08-29use better naming convention for the SSH certificateFranck Cuny1-2/+2
2025-08-28add home-manager settings for rustFranck Cuny1-0/+1
2025-08-21split-up firefox configurationFranck Cuny1-1/+1
Ensure we install the bin package, so that we can use the 1password extension (we need a signed binary for that).
2025-08-20initial configuration for firefoxFranck Cuny1-0/+1
2025-08-18fix work related configuration for 1passwordFranck Cuny1-9/+5
2025-08-16move mpv/yt-dlp configuration to their own filesFranck Cuny1-3/+6
2025-08-12more simplificationsFranck Cuny1-1/+2
2025-08-12move secrets to their own files and delete unused profileFranck Cuny1-13/+0
2025-08-12delete LLM related stuff for nowFranck Cuny3-46/+1
2025-08-12users -> homeFranck Cuny7-0/+320
2023-12-14simplify the layoutFranck Cuny9-355/+0
2023-12-09delete even more unused configurationsFranck Cuny13-722/+7
2023-12-04add nixd as a LSP for nix.Franck Cuny1-0/+1
2023-11-06don't need to install emacs' pGTK variantFranck Cuny1-1/+0
2023-11-06use 1password ssh agentFranck Cuny2-6/+4
Enable ssh configuration on darwin.
2023-11-06install a few more CLIFranck Cuny1-2/+4
2023-11-06add a couple of aliases for gitFranck Cuny1-0/+5
2023-11-06add 1password key and format some filesFranck Cuny2-7/+4
2023-09-14add ssh key from 1passowrd and sign commitsFranck Cuny1-4/+3
2023-09-14more configuration for darwinFranck Cuny4-23/+42
2023-08-21remove custom toolsFranck Cuny1-1/+1
2023-07-28switching back to alacritty + tmuxFranck Cuny3-16/+23
kitty is not clicking for me. I still prefer tmux.
2023-07-08add pantalaimon, a proxy for matrixFranck Cuny1-0/+18
This is so I can use emacs as a client for matrix.
2023-07-05add x509-info back to the list of toolsFranck Cuny1-1/+1
2023-07-05various updates related to music collectionFranck Cuny2-15/+48
2023-06-08change monospace font back to source code proFranck Cuny2-2/+2
2023-06-02profiles/git: ignore python bytecodeFranck Cuny1-0/+1
2023-06-02profiles/dev: set MYPY_CACHE_DIRFranck Cuny1-0/+1
2023-06-02profiles/dev: install virtualenvFranck Cuny1-0/+1
2023-06-02profiles/waybar: highlight text when one or more unit has failedFranck Cuny1-0/+1
2023-05-29workstation: more tweaks for the UI and fontsFranck Cuny5-12/+11
2023-05-28profiles/zsh: change prezto's themeFranck Cuny1-1/+1
2023-05-28tools/waybar-systemd-units: get a list of failed systemd unitsFranck Cuny2-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.
2023-05-28font: switch to Roboto for system font and JetBrain for monospaceFranck Cuny4-49/+19
2023-05-23home/waybar: change the style to be a bit more readableFranck Cuny1-33/+19
2023-05-16profiles/workstation: stop using dark mode + preztoFranck Cuny11-170/+28
2023-05-12home/ssh: add rsync.net to the match blockFranck Cuny1-0/+6
2023-05-07profiles/workstation: move element (matrix client)Franck Cuny1-0/+2
2023-05-06profiles/workstation: move sway to the workstation profileFranck Cuny1-1/+0
2023-05-06profiles/gtk: configure dark mode properlyFranck Cuny1-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 ```
2023-05-05home/profiles: move (almost) all modules to profilesFranck Cuny23-0/+1162
This is a major refactor, similar to what was done for the hosts, but in a single commit.