Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ref(git): remove git.fcuny.net from configuration | Franck Cuny | 2022-06-09 | 1 | -1/+0 |
| | | | | | | | | | I don't have credentials for that URL anymore, everything goes through cl.fcuny.net. Change-Id: I2361444c2ea42679ab4f28758f708e53eb9c8c06 Reviewed-on: https://cl.fcuny.net/c/world/+/302 Reviewed-by: Franck Cuny <franck@fcuny.net> | ||||
* | fix(pass-git-helper): remove mapping for git.fcuny.net | Franck Cuny | 2022-06-09 | 1 | -4/+1 |
| | | | | | | Change-Id: I5211647802a08e9984dffb6247249ec608688d8c Reviewed-on: https://cl.fcuny.net/c/world/+/301 Reviewed-by: Franck Cuny <franck@fcuny.net> | ||||
* | fix(home/zsh): don't start tmux when in an ssh session | Franck Cuny | 2022-05-29 | 1 | -2/+8 |
| | | | | | | Change-Id: I4a30d787bddbe16026fd8d24378f532696256002 Reviewed-on: https://cl.fcuny.net/c/world/+/166 Reviewed-by: Franck Cuny <franck@fcuny.net> | ||||
* | feat(home/git): add an empty line in the template | Franck Cuny | 2022-05-29 | 1 | -0/+1 |
| | | | | | | Change-Id: Icdbc6af9a75834f0e6b11fa2f15d952deb6191dd Reviewed-on: https://cl.fcuny.net/c/world/+/165 Reviewed-by: Franck Cuny <franck@fcuny.net> | ||||
* | feat(home/git): add alias to review with gerrit | Franck Cuny | 2022-05-29 | 1 | -0/+1 |
| | | | | | | Change-Id: Ie3244add8420632017132c20c804fd6ecab3a4e0 Reviewed-on: https://cl.fcuny.net/c/world/+/164 Reviewed-by: Franck Cuny <franck@fcuny.net> | ||||
* | feat(home/zsh): add helper function for gerrit | Franck Cuny | 2022-05-29 | 2 | -1/+6 |
| | | | | | | | | Add a function `rgerrit' to run gerrit commands on the server. Change-Id: I2beb77e7817e2be03ffbd008cf3545091a9d4c41 Reviewed-on: https://cl.fcuny.net/c/world/+/163 Reviewed-by: Franck Cuny <franck@fcuny.net> | ||||
* | feat(home/git): add credential configuration for cl.fcuny.net | Franck Cuny | 2022-05-26 | 2 | -0/+4 |
| | | | | Change-Id: I94e28dc52d69c3c2ee4d59a0109c9ae32402fb2c | ||||
* | feat(home): add a script to create flamegraph from a process | Franck Cuny | 2022-05-19 | 3 | -0/+28 |
| | | | | | | | This script (`perf-flamegraph-process') takes a process as an argument, and will run it with `perf' to capture the call graph, and will generate the flamegraph from it. The SVG is saved under `~/workspace/tmp/flamegraph'. | ||||
* | feat(git): add a template for commit messages | Franck Cuny | 2022-05-18 | 2 | -40/+66 |
| | | | | | | In order to write good commit message, having a reminder of how to write them is useful. This template provides some guidance to categorize the change and how to phrase the description. | ||||
* | sway: comments and floating windows configuration | Franck Cuny | 2022-05-16 | 1 | -4/+27 |
| | |||||
* | swaybar: clean up description for bluetooth | Franck Cuny | 2022-05-16 | 1 | -1/+1 |
| | |||||
* | zsh: manage tmux and start sway | Franck Cuny | 2022-05-16 | 2 | -1/+16 |
| | | | | If login, start sway. If tmux is not running, start it. | ||||
* | bluetooh: enable on aptos | Franck Cuny | 2022-05-16 | 2 | -0/+11 |
| | |||||
* | alacritty: better colors | Franck Cuny | 2022-05-15 | 1 | -2/+2 |
| | |||||
* | zsh: some cleanup | Franck Cuny | 2022-05-15 | 3 | -4/+20 |
| | |||||
* | terminal: once again, fix the colors | Franck Cuny | 2022-05-15 | 2 | -4/+7 |
| | |||||
* | zsh: switch to zsh as the default shell | Franck Cuny | 2022-05-15 | 5 | -0/+104 |
| | | | | | | | | | | `zsh' is available everywhere and is compatible with bash. When using `fish' I need to remember how to do things. While the completion style is nicer, I don't care about the rest. I prefer to have a consistent experience in the shell, no matter where am I. This is an initial configuration, I might need to make a few changes as I go. | ||||
* | home: run abcde in `~/import` | Franck Cuny | 2022-05-14 | 1 | -0/+1 |
| | |||||
* | home: drop custom colors for alacritty | Franck Cuny | 2022-05-13 | 1 | -26/+0 |
| | |||||
* | home: fix name of the package for Emacs | Franck Cuny | 2022-05-13 | 1 | -1/+1 |
| | |||||
* | home: set environment variables for drone-cli | Franck Cuny | 2022-05-12 | 1 | -1/+4 |
| | |||||
* | home: install the drone CLI | Franck Cuny | 2022-05-02 | 2 | -0/+9 |
| | |||||
* | home: add a module for direnv | Franck Cuny | 2022-05-01 | 2 | -0/+29 |
| | |||||
* | tmux: start windows at 1 | Franck Cuny | 2022-04-24 | 1 | -0/+3 |
| | | | | Renumber windows, I prefer the consistency. | ||||
* | fish: start tmux on new session | Franck Cuny | 2022-04-24 | 1 | -3/+6 |
| | | | | | Unless we're in a SSH connection. If there's already a session 0, attach to it. | ||||
* | gcloud: add google-cloud-sdk on trusted hosts | Franck Cuny | 2022-04-24 | 2 | -0/+11 |
| | |||||
* | alacritty: use custom colors | Franck Cuny | 2022-04-22 | 1 | -0/+26 |
| | | | | The default is too dark for my eyes. | ||||
* | syncthing: enable on tahoe | Franck Cuny | 2022-04-21 | 1 | -14/+0 |
| | |||||
* | syncthing: let's run it from home-manager | Franck Cuny | 2022-04-21 | 1 | -0/+14 |
| | |||||
* | mail: fix tags for notmuch | Franck Cuny | 2022-04-21 | 1 | -1/+1 |
| | | | | | The default tags should be unread and new, otherwise there's nothing left for `afew` to tag. | ||||
* | fish: only start sway when sway is installed | Franck Cuny | 2022-04-13 | 1 | -6/+8 |
| | |||||
* | fish: execute sway on login on tty1 | Franck Cuny | 2022-04-13 | 1 | -0/+5 |
| | |||||
* | fish: start tmux on terminal start | Franck Cuny | 2022-04-13 | 1 | -0/+6 |
| | |||||
* | delete configuration related to colors | Franck Cuny | 2022-04-09 | 7 | -154/+9 |
| | | | | | | | Setting colors is hard, and it's an easy way to waste time. The only color settings I keep are the ones related to waybar, to make sure it does not look like a Christmas tree. Which means that most applications are going to use their default theme, and I'm OK with that. | ||||
* | add a few more packages for home/ | Franck Cuny | 2022-04-09 | 6 | -0/+43 |
| | |||||
* | install documentations (man) | Franck Cuny | 2022-04-09 | 2 | -0/+10 |
| | |||||
* | add pcmanfm and easyeffects | Franck Cuny | 2022-04-09 | 2 | -0/+10 |
| | |||||
* | small fixes | Franck Cuny | 2022-04-09 | 4 | -4/+4 |
| | |||||
* | add a few more modules to home/ and delete stuff | Franck Cuny | 2022-04-09 | 6 | -3/+62 |
| | |||||
* | home: move waybar's style to a CSS file | Franck Cuny | 2022-04-08 | 2 | -87/+84 |
| | |||||
* | home: move css/config for wofi to external files | Franck Cuny | 2022-04-08 | 3 | -52/+49 |
| | |||||
* | alacritty: use light colors | Franck Cuny | 2022-04-08 | 2 | -2/+34 |
| | |||||
* | home: add more configurations for home-manager | Franck Cuny | 2022-04-08 | 22 | -0/+833 |
| | |||||
* | home: fix for yt-dlp configuration | Franck Cuny | 2022-04-07 | 1 | -1/+1 |
| | |||||
* | home: misc fixes | Franck Cuny | 2022-04-07 | 10 | -23/+24 |
| | |||||
* | initial attempt to reconfigure home-manager | Franck Cuny | 2022-04-07 | 13 | -0/+277 |
All the modules that are needed for home-manager should be under `home/`, and each host will have a `host.nix` where the modules are enabled as needed. Later on we can create some profiles to make it easier to consume the configuration. I apply this only to tahoe for now, as the amount of packages needed for my user are pretty limited. |