Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-22 | feat(tahoe): enable sourcegraph | Franck Cuny | 1 | -0/+4 | |
2022-05-22 | feat(modules): create a module for sourcegraph | Franck Cuny | 2 | -0/+47 | |
Run sourcegraph ([0]) in a docker container. It's exposed as cs.fcuny.xyz, and we backup some of the directories. [0] https://docs.sourcegraph.com | |||||
2022-05-22 | feat(dns): add cs.fcuny.xyz | Franck Cuny | 1 | -0/+1 | |
This will be used for sourcegraph. | |||||
2022-05-19 | feat(home): add a script to create flamegraph from a process | Franck Cuny | 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'. | |||||
2022-05-18 | feat(git): add a template for commit messages | Franck Cuny | 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. | |||||
2022-05-16 | nix: bump dependencies | Franck Cuny | 1 | -28/+28 | |
2022-05-16 | sway: comments and floating windows configuration | Franck Cuny | 1 | -4/+27 | |
2022-05-16 | swaybar: clean up description for bluetooth | Franck Cuny | 1 | -1/+1 | |
2022-05-16 | zsh: manage tmux and start sway | Franck Cuny | 2 | -1/+16 | |
If login, start sway. If tmux is not running, start it. | |||||
2022-05-16 | bluetooh: enable on aptos | Franck Cuny | 3 | -0/+12 | |
2022-05-15 | alacritty: better colors | Franck Cuny | 1 | -2/+2 | |
2022-05-15 | zsh: some cleanup | Franck Cuny | 3 | -4/+20 | |
2022-05-15 | terminal: once again, fix the colors | Franck Cuny | 2 | -4/+7 | |
2022-05-15 | zsh: switch to zsh as the default shell | Franck Cuny | 9 | -4/+108 | |
`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. | |||||
2022-05-14 | home: run abcde in `~/import` | Franck Cuny | 1 | -0/+1 | |
2022-05-13 | home: drop custom colors for alacritty | Franck Cuny | 1 | -26/+0 | |
2022-05-13 | home: fix name of the package for Emacs | Franck Cuny | 1 | -1/+1 | |
2022-05-13 | modules: fix configuration for syncthing | Franck Cuny | 2 | -2/+8 | |
The `documents` folder was not being synced. | |||||
2022-05-12 | nix: update dependencies | Franck Cuny | 1 | -30/+62 | |
2022-05-12 | grafana: there was already something on port 3030 ... | Franck Cuny | 1 | -1/+1 | |
2022-05-12 | grafana: run on port 3030 | Franck Cuny | 1 | -0/+1 | |
There's already something on port 3000. | |||||
2022-05-12 | home: set environment variables for drone-cli | Franck Cuny | 1 | -1/+4 | |
2022-05-12 | aptos: enable bluetooth | Franck Cuny | 1 | -0/+1 | |
2022-05-12 | add modules to manage bluetooth | Franck Cuny | 4 | -2/+78 | |
2022-05-11 | sign the drone configuration | Franck Cuny | 1 | -0/+6 | |
2022-05-10 | deploy: stop the flyctl agent at the end | Franck Cuny | 1 | -0/+2 | |