about summary refs log tree commit diff
path: root/hosts/aptos/profile.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-23ref(blog): remove unneeded files for the blogFranck Cuny5-28/+2
In a monorepo setup, the CI configuration is not used at this level of the tree, and the gitignore/envrc are not relevant.
2022-05-22feat(tahoe): enable sourcegraphFranck Cuny1-0/+4
2022-05-22feat(modules): create a module for sourcegraphFranck Cuny2-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-22feat(dns): add cs.fcuny.xyzFranck Cuny1-0/+1
This will be used for sourcegraph.
2022-05-19feat(home): add a script to create flamegraph from a processFranck Cuny3-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-18feat(git): add a template for commit messagesFranck Cuny2-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-16nix: bump dependenciesFranck Cuny1-28/+28
2022-05-16sway: comments and floating windows configurationFranck Cuny1-4/+27
2022-05-16swaybar: clean up description for bluetoothFranck Cuny1-1/+1
2022-05-16zsh: manage tmux and start swayFranck Cuny2-1/+16
If login, start sway. If tmux is not running, start it.
2022-05-16bluetooh: enable on aptosFranck Cuny3-0/+12
2022-05-15alacritty: better colorsFranck Cuny1-2/+2
2022-05-15zsh: some cleanupFranck Cuny3-4/+20
2022-05-15terminal: once again, fix the colorsFranck Cuny2-4/+7
2022-05-15zsh: switch to zsh as the default shellFranck Cuny9-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-14home: run abcde in `~/import`Franck Cuny1-0/+1
2022-05-13remove unused tex styleFranck Cuny1-106/+0
2022-05-13home: drop custom colors for alacrittyFranck Cuny1-26/+0
2022-05-13home: fix name of the package for EmacsFranck Cuny1-1/+1
2022-05-13modules: fix configuration for syncthingFranck Cuny2-2/+8
The `documents` folder was not being synced.
2022-05-12nix: update dependenciesFranck Cuny1-30/+62
2022-05-12grafana: there was already something on port 3030 ...Franck Cuny1-1/+1
2022-05-12grafana: run on port 3030Franck Cuny1-0/+1
There's already something on port 3000.
2022-05-12home: set environment variables for drone-cliFranck Cuny1-1/+4
2022-05-12aptos: enable bluetoothFranck Cuny1-0/+1
2022-05-12