index
:
world.git
this commit
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: bump flake dependencies
Franck Cuny
2022-10-02
1
-26
/
+30
*
feat(ops/github): new repository: gh-ssh-keys
Franck Cuny
2022-10-02
1
-0
/
+14
*
ops(github): terraform configuration to manage GitHub
Franck Cuny
2022-09-30
5
-0
/
+354
*
fix(home/element): I want the wayland version
Franck Cuny
2022-09-26
1
-1
/
+1
*
feat(naersk): use naersk to build packages with rust
Franck Cuny
2022-09-26
6
-12
/
+52
*
fix(flake): call some programs with `nix run .#tools.<name>`
Franck Cuny
2022-09-25
1
-12
/
+10
*
fix(user/blog): update list of ssh keys
Franck Cuny
2022-09-24
1
-2
/
+2
*
fix(home/wm): unlock gnome-keyring when logging
Franck Cuny
2022-09-24
3
-17
/
+19
*
fix(modules/home): delete the module
Franck Cuny
2022-09-24
2
-36
/
+1
*
fix(home/shell): set value for PKG_CONFIG_PATH
Franck Cuny
2022-09-24
1
-0
/
+4
*
fix(system/packages): install openssl-dev package
Franck Cuny
2022-09-24
1
-0
/
+1
*
fix(hosts): the WM manager needs to be in home.nix
Franck Cuny
2022-09-23
4
-6
/
+8
*
fix(home/waybar): fix the configuration after 22.05
Franck Cuny
2022-09-23
1
-29
/
+27
*
feat(flake): add nix-linter to the checks
Franck Cuny
2022-09-22
1
-0
/
+1
*
ref(home-manager): don't use home-manager when building the host
Franck Cuny
2022-09-22
10
-132
/
+191
*
ref(flake): move all the checks to external module
Franck Cuny
2022-09-18
2
-33
/
+34
*
ref(flake): drop naersk for now
Franck Cuny
2022-09-18
4
-53
/
+11
*
ref(flake): remove pre-commit for golang
Franck Cuny
2022-09-18
1
-34
/
+1
*
feat(home/python): add a few more packages
Franck Cuny
2022-09-18
1
-2
/
+8
*
feat(home/git): sign commits with my ssh key
Franck Cuny
2022-09-17
1
-0
/
+4
*
feat(tools/sendsms): build sendsms with nix via naersk
Franck Cuny
2022-09-07
3
-4
/
+23
*
feat(flake): use naersk to build rust projects
Franck Cuny
2022-09-07
3
-2
/
+37
*
feat(tool/sendsms): a CLI to send SMS
Franck Cuny
2022-09-07
6
-0
/
+1382
*
meta: ignore build for rust projects
Franck Cuny
2022-09-07
1
-0
/
+1
*
fix(home/rust): better setup
Franck Cuny
2022-09-07
1
-5
/
+11
*
feat(modules/packages): install pkg-config
Franck Cuny
2022-09-07
1
-1
/
+1
*
fix(home/email): remove inbox tag for archived emails
Franck Cuny
2022-09-07
1
-1
/
+4
*
feat(home/terraform): install the LSP server
Franck Cuny
2022-09-04
1
-1
/
+4
*
feat(rust): add an overlay to install rust
Franck Cuny
2022-08-22
6
-1
/
+63
*
ref(modules/backup): only keep 4 weeks worth of backups
Franck Cuny
2022-08-15
1
-1
/
+1
*
ref(modules/sourcegraph): stop backing up
Franck Cuny
2022-08-15
1
-15
/
+0
*
ci(pre-commit): add a few more checks
Franck Cuny
2022-08-15
1
-2
/
+40
*
fix(fmt): apply gofmt on some files
Franck Cuny
2022-08-15
1
-2
/
+1
*
fix(shellcheck): apply recommendations from shellcheck
Franck Cuny
2022-08-15
1
-3
/
+3
*
feat(ops/gcp-backups): add terraform configuration for GCP buckets
Franck Cuny
2022-08-15
5
-0
/
+193
*
fix(home/terminal): use alacritty's default colors
Franck Cuny
2022-08-10
1
-6
/
+0
*
fix(ops/tf): remove comments
Franck Cuny
2022-08-10
1
-8
/
+0
*
feat(ops/tf): script to create GCP service accounts and set roles
Franck Cuny
2022-08-10
1
-0
/
+113
*
ref(ops/buildkite): use service account impersonation for GCP
Franck Cuny
2022-08-10
3
-8
/
+30
*
fix(tahoe/secrets): configuration for rclone-sync to GCP
Franck Cuny
2022-08-08
1
-0
/
+0
*
feat(home/terraform): install terraform when needed
Franck Cuny
2022-08-08
3
-0
/
+12
*
feat(ops/buildkite): use terraform to manage buildkite
Franck Cuny
2022-08-07
7
-1
/
+74
*
ci(pipeline): the pipeline to be executed with a new build
Franck Cuny
2022-08-07
3
-3
/
+28
*
feat(hosts/tahoe): add a token for graphql for buildkite agents
Franck Cuny
2022-08-06
2
-0
/
+16
*
fix(modules/buildkite): rename a shell script
Franck Cuny
2022-08-06
1
-1
/
+1
*
ref(flake): tools and users packages are managed the same way
Franck Cuny
2022-08-06
2
-5
/
+10
*
fix(tools): add gerrit-hook to the list of tools
Franck Cuny
2022-08-06
1
-0
/
+2
*
fix(modules/secrets): call correct function for group
Franck Cuny
2022-08-06
1
-2
/
+3
*
ref(tools): simplify the import of tools
Franck Cuny
2022-08-06
6
-17
/
+14
*
ref(ci): delete custom scripts for formatting
Franck Cuny
2022-08-06
4
-61
/
+1
*
meta(flake): bump dependencies
Franck Cuny
2022-07-20
1
-3
/
+3
*
fix(modules/secrets): call correct function for group validation
Franck Cuny
2022-07-20
1
-1
/
+1
*
docs(gerrit): how to edit the secrets
Franck Cuny
2022-07-20
1
-1
/
+3
*
fix(modules/secrets): set correctly all possible attributes
Franck Cuny
2022-07-20
1
-5
/
+10
*
feat(modules/gerrit): manage secure configuration with nix
Franck Cuny
2022-07-18
4
-1
/
+8
*
fix(modules/backup): reduce verbosity for restic
Franck Cuny
2022-07-08
1
-1
/
+1
*
fix(tahoe/backups): don't backup some directories
Franck Cuny
2022-07-08
1
-0
/
+1
*
fix(home/email): correct rule to move emails with afew
Franck Cuny
2022-07-07
1
-1
/
+1
*
fix(home/email): remove a filter from afew
Franck Cuny
2022-07-07
1
-6
/
+0
*
feat(home/mail): enable smtp to send emails
Franck Cuny
2022-07-07
1
-0
/
+3
*
feat(home/mail): run afew before mbsync
Franck Cuny
2022-07-02
1
-0
/
+1
*
feat(home/mail): add more rules for afew
Franck Cuny
2022-07-02
1
-0
/
+18
*
fix(home/email): remove the environment variable NOTMUCH_CONFIG
Franck Cuny
2022-07-02
1
-1
/
+0
*
feat(flake): add more pre-commit hooks
Franck Cuny
2022-07-02
1
-0
/
+12
*
fix(new-lines): add or remove new lines where needed
Franck Cuny
2022-07-02
13
-13
/
+2
*
fix(home/git): install pre-commit tool
Franck Cuny
2022-07-02
1
-1
/
+1
*
feat(flake): add pre-commit hooks
Franck Cuny
2022-06-28
3
-1
/
+56
*
ref(flake): import tools top-level module
Franck Cuny
2022-06-28
1
-6
/
+1
*
ref(tools): top level module to manage all the tools
Franck Cuny
2022-06-28
1
-0
/
+10
*
ref(flake): move `nixosConfigurations` at the bottom
Franck Cuny
2022-06-28
1
-43
/
+48
*
ref(flake): be specific about which systems we support
Franck Cuny
2022-06-28
1
-2
/
+8
*
ref(flake): rename utils to futils
Franck Cuny
2022-06-28
2
-19
/
+19
*
fix(flake): remove duplicated definition of flake-utils
Franck Cuny
2022-06-28
2
-18
/
+0
*
fix(tools/gerrit-hook): exit on error
Franck Cuny
2022-06-26
1
-0
/
+1
*
fix(modules/cgit): don't log blackbox exporter requests
Franck Cuny
2022-06-26
1
-0
/
+3
*
fix(tools/gerrit-hook): replace `.' with `-dot-' in project's name
Franck Cuny
2022-06-26
1
-0
/
+5
*
feat(tools/gerrit-hook): run CI pipeline for all the repositories
Franck Cuny
2022-06-26
1
-3
/
+3
*
fix(modules/cgit): correct alias configuration for robots.txt
Franck Cuny
2022-06-23
1
-1
/
+3
*
fix(modules/cgit): exclude all web crawlers
Franck Cuny
2022-06-23
1
-0
/
+6
*
fix(modules/grafana): configure nginx to bind to tailscale IP
Franck Cuny
2022-06-23
1
-0
/
+12
*
fix(modules/sourcegraph): configure nginx to bind to tailscale IP
Franck Cuny
2022-06-23
1
-0
/
+12
*
fix(modules/unifi): configure nginx to bind to tailscale IP
Franck Cuny
2022-06-23
1
-0
/
+12
*
fix(modules/navidrome): configure nginx to bind to tailscale IP
Franck Cuny
2022-06-23
1
-0
/
+12
*
fix(modules/transmission): configure nginx to bind on tailscale IP
Franck Cuny
2022-06-23
1
-0
/
+12
*
fix(modules/cgit): make cgit the default server for nginx
Franck Cuny
2022-06-23
1
-0
/
+4
*
feat(hosts/home): use fish as my default shell everywhere
Franck Cuny
2022-06-23
2
-2
/
+2
*
fix(modules/unifi): only backup the backup directory
Franck Cuny
2022-06-23
1
-1
/
+1
*
feat(home/shell): add alias to search nix packages
Franck Cuny
2022-06-23
1
-0
/
+1
*
ref(tools/gerrit-hook): more idiomatic code
Franck Cuny
2022-06-23
1
-3
/
+4
*
feat(home/go): install go-tools package
Franck Cuny
2022-06-23
1
-1
/
+1
*
fix(tools/ipconverter): add missing new lines to print statements
Franck Cuny
2022-06-20
1
-4
/
+4
*
fix(tools/ipconverter): fail if number of arguments is insufficient
Franck Cuny
2022-06-20
1
-0
/
+5
*
feat(home/shell): add aliases for ip2int and int2ip
Franck Cuny
2022-06-20
1
-0
/
+2
*
fix(home/emacs): don't create frame for emacsclient
Franck Cuny
2022-06-20
1
-2
/
+2
*
doc(home/git): comment some of the options
Franck Cuny
2022-06-20
1
-0
/
+4
*
feat(home/git): add a few more options in the default configuration
Franck Cuny
2022-06-20
1
-0
/
+5
*
fix(home/emacs): install the package nixpkgs-fmt
Franck Cuny
2022-06-20
1
-0
/
+1
*
feat(home/shell): manage fish's functions directory
Franck Cuny
2022-06-20
3
-0
/
+14
*
ref(home/shell): switch default shell to fish
Franck Cuny
2022-06-20
2
-2
/
+2
*
ref(home/shell): move all shell aliases to a shared configuration
Franck Cuny
2022-06-20
4
-6
/
+20
*
ref(home/shell): make it easier to share common things between shells
Franck Cuny
2022-06-20
15
-43
/
+53
*
feat(tools/seqstat): add a tool to report stats about a sequence
Franck Cuny
2022-06-19
4
-0
/
+194
*
feat(tools/numap): add a tool to report NUMA topology of a host
Franck Cuny
2022-06-19
7
-0
/
+512
*
feat(tools/schedlatency): add a tool to report scheduler latency
Franck Cuny
2022-06-19
2
-0
/
+258
*
feat(tools/scheddomain): add a tool to report on scheduler domains
Franck Cuny
2022-06-19
2
-0
/
+156
*
feat(tools/git-bootstrap): initialize a git repository with my defaults
Franck Cuny
2022-06-18
4
-0
/
+250
*
feat(tools/ssh-key-to-forge): import a SSH key to a forge
Franck Cuny
2022-06-18
4
-0
/
+591
*
feat(tools/music-organizer): add a CLI to organize my music
Franck Cuny
2022-06-18
5
-0
/
+318
*
feat(tools/git-blame-stats): add the CLI with default git configuration
Franck Cuny
2022-06-18
1
-1
/
+2
*
feat(tools/git-blame-stats): add the tool to nix configuration
Franck Cuny
2022-06-18
2
-0
/
+2
*
feat(tools/git-blame-stats): add a CLI to report git blame statistics
Franck Cuny
2022-06-18
3
-0
/
+104
*
ref(gerrit): add the plugin to delete projects
Franck Cuny
2022-06-18
1
-0
/
+2
*
feat(ipconverter): install the tool with my other packages
Franck Cuny
2022-06-18
1
-1
/
+2
*
feat(ipconverter): add the tool to nix
Franck Cuny
2022-06-18
2
-1
/
+5
*
feat(ipconverter): add a tool to convert IPv4 to int and vice-versa
Franck Cuny
2022-06-18
4
-0
/
+120
*
ref(scripts): remove the module for scripts
Franck Cuny
2022-06-16
6
-46
/
+31
*
docs(tools/govanity): update instructions
Franck Cuny
2022-06-15
1
-5
/
+1
*
ref(tools/govanity): simplify the deployment script
Franck Cuny
2022-06-15
2
-13
/
+11
*
ref(home/go): update to go version 1.18, ensure gopls
Franck Cuny
2022-06-15
1
-1
/
+3
*
ref(tools/govanity): add a function to load the configuration
Franck Cuny
2022-06-15
2
-18
/
+22
*
fix(tools/govanity): add a test for the repo URL
Franck Cuny
2022-06-15
1
-0
/
+40
*
fix(tools/govanity): remove one repo and fix URL for the other two
Franck Cuny
2022-06-15
1
-4
/
+2
*
feat(home/beet): import albums on the NAS
Franck Cuny
2022-06-14
3
-30
/
+60
*
delete reference to namespaces
Franck Cuny
2022-06-13
6
-27
/
+21
*
github: don't install libpcap
Franck Cuny
2022-06-13
1
-3
/
+0
*
github: fix workflow configuration
Franck Cuny
2022-06-13
1
-1
/
+1
*
github: add workflow configuration
Franck Cuny
2022-06-13
1
-0
/
+38
*
add stub commands for buckit
Franck Cuny
2022-06-13
8
-0
/
+130
*
git: ignore the generated binary buckit
Franck Cuny
2022-06-13
1
-0
/
+1
*
initial documentation
Franck Cuny
2022-06-13
2
-1
/
+63
*
Add README.md, LICENSE.txt
Franck Cuny
2022-06-13
2
-0
/
+21
*
Initial commit
Franck Cuny
2022-06-13
0
-0
/
+0
*
ref(sourcegraph): exclude more directories from backup
Franck Cuny
2022-06-13
1
-2
/
+6
*
ref(nginx): delete unused module
Franck Cuny
2022-06-12
1
-81
/
+0
*
mpd: we only want events from the player subsystem
Franck Cuny
2022-06-11
2
-2
/
+8
*
doc: update README with instruction for installing
Franck Cuny
2022-06-11
1
-0
/
+8
*
build: install the binary and systemd unit
Franck Cuny
2022-06-11
1
-0
/
+12
*
scrobbler: add a systemd unit file
Franck Cuny
2022-06-11
1
-0
/
+43
*
scrobbler: read mpd status before processing song
Franck Cuny
2022-06-11
1
-4
/
+21
*
scrobbler: record how long a song was played
Franck Cuny
2022-06-11
2
-1
/
+16
*
mpd-scrobbler: proper default arguments
Franck Cuny
2022-06-11
1
-2
/
+31
*
scrobbler: use helper function EqualAttrs
Franck Cuny
2022-06-11
1
-3
/
+1
*
record: add some basic testing
Franck Cuny
2022-06-11
2
-0
/
+59
*
mpd-stats: pass database path to the scrobbler
Franck Cuny
2022-06-11
2
-5
/
+31
*
scrobbler: add timestamp to the record
Franck Cuny
2022-06-11
1
-9
/
+11
*
scrobbler: add interface to the sqlite3 database
Franck Cuny
2022-06-11
3
-0
/
+57
*
mpd-stats: create and run the scrobbler
Franck Cuny
2022-06-11
1
-39
/
+4
*
scrobbler: add functions to create and run it
Franck Cuny
2022-06-11
1
-0
/
+66
*
mpd: export the type Player
Franck Cuny
2022-06-11
1
-4
/
+4
*
mpd: add function `Close` to the player
Franck Cuny
2022-06-11
2
-2
/
+15
*
mpd: rename function to create the player
Franck Cuny
2022-06-11
2
-2
/
+2
*
scrobbler: create a record on new song
Franck Cuny
2022-06-11
1
-5
/
+27
*
scrobbler: initial log record type
Franck Cuny
2022-06-11
3
-1
/
+40
*
scrobbler: watch for events and print song details
Franck Cuny
2022-06-11
4
-0
/
+77
*
README: add some information about logging
Franck Cuny
2022-06-11
1
-1
/
+14
*
add initial go.mod
Franck Cuny
2022-06-11
1
-0
/
+3
*
Add README.org, LICENSE.txt
Franck Cuny
2022-06-11
2
-0
/
+21
*
Initial commit
Franck Cuny
2022-06-11
0
-0
/
+0
*
fix(cgit): update title and description
Franck Cuny
2022-06-11
1
-1
/
+2
*
fix(notes): correct the URL to containerd-to-vm code
Franck Cuny
2022-06-11
1
-1
/
+1
*
repo(containerd-to-vm): remove unneeded files
Franck Cuny
2022-06-11
2
-40
/
+0
*
publish firecracker metrics in a FIFO
Franck Cuny
2022-06-11
1
-2
/
+4
*
Makefile: install binaries and configs
Franck Cuny
2022-06-11
1
-6
/
+23
*
rename the variable for the linux kernel
Franck Cuny
2022-06-11
1
-7
/
+7
*
c2vm: fix kernel boot options
Franck Cuny
2022-06-11
1
-1
/
+1
*
readme: update instructions
Franck Cuny
2022-06-11
1
-0
/
+16
*
boot the VM
Franck Cuny
2022-06-11
3
-4
/
+256
*
hack: firecracker binary and CNI configuration
Franck Cuny
2022-06-11
3
-0
/
+35
*
git: ignore binary
Franck Cuny
2022-06-11
1
-0
/
+1
*
add Makefile
Franck Cuny
2022-06-11
1
-0
/
+3
*
check for error
Franck Cuny
2022-06-11
1
-0
/
+3
*
github: add workflows
Franck Cuny
2022-06-11
1
-0
/
+35
*
inject a script for init
Franck Cuny
2022-06-11
1
-0
/
+43
*
extract layers to a mounted loop device
Franck Cuny
2022-06-11
3
-1
/
+128
*
add a lease to the Go context
Franck Cuny
2022-06-11
1
-0
/
+6
*
pull a container into a namespace
Franck Cuny
2022-06-11
4
-0
/
+975
*
doc: update README
Franck Cuny
2022-06-11
2
-1
/
+15
*
Add README.md, LICENSE.txt
Franck Cuny
2022-06-11
2
-0
/
+21
*
Initial commit
Franck Cuny
2022-06-11
0
-0
/
+0
*
ref(drone): remove all modules and configurations
Franck Cuny
2022-06-11
10
-207
/
+0
*
ref(gitea): remove all modules for gitea
Franck Cuny
2022-06-11
3
-1241
/
+0
*
ci(default): add `apps.ci.shellcheck` to flake.nix
Franck Cuny
2022-06-10
2
-2
/
+11
*
fix(scripts): no need to create tags when deploying to fly.io
Franck Cuny
2022-06-10
3
-23
/
+5
*
ci(shellcheck): add a script to check shell scripts
Franck Cuny
2022-06-10
1
-0
/
+24
*
fix(flake): install nixpkgs-fmt by default
Franck Cuny
2022-06-10
1
-0
/
+1
*
ci(fmt): add a script to check the formatting
Franck Cuny
2022-06-10
2
-2
/
+34
*
fix(fmt): correct formatting for all nix files
Franck Cuny
2022-06-10
89
-156
/
+256
*
docs(gerrit): document various things
Franck Cuny
2022-06-10
1
-0
/
+59
*
fix(bluetooth): write proper configuration for wireplumber
Franck Cuny
2022-06-10
1
-1
/
+1
*
fix(backups): exclude more files from the backups
Franck Cuny
2022-06-10
2
-1
/
+11
*
fix(unifi): configure correctly services.unifi for nixos 22.05
Franck Cuny
2022-06-10
1
-1
/
+1
*
fix(nginx): configure correctly security.acme for nixos 22.05
Franck Cuny
2022-06-10
1
-1
/
+1
*
feat(cgit): adjust configuration
Franck Cuny
2022-06-09
1
-0
/
+9
*
feat(nix): update nix to version 22.05
Franck Cuny
2022-06-09
6
-39
/
+36
*
fix(blog): set the correct URL to my git server
Franck Cuny
2022-06-09
1
-1
/
+1
*
fix(navidrome): don't backup the cache directory
Franck Cuny
2022-06-09
1
-1
/
+4
*
fix(restic): actually exclude files from the backup
Franck Cuny
2022-06-09
1
-2
/
+8
*
fix(gerrit): don't backup tmp,logs,cache directories
Franck Cuny
2022-06-09
1
-1
/
+8
*
fix(GTK): delete commented code
Franck Cuny
2022-06-09
1
-6
/
+0
*
fix(secrets): buildKite agents can read gerrit secrets
Franck Cuny
2022-06-09
1
-0
/
+4
*
feat(gerrit-hook): propagate gerrit information in the environment
Franck Cuny
2022-06-09
1
-3
/
+17
*
feat(buildkite): configure the post-command hook
Franck Cuny
2022-06-09
1
-0
/
+12
*
feat(gerrit): update CL when buildKite build is finished
Franck Cuny
2022-06-09
2
-0
/
+46
*
feat(gtk): add bookmarks
Franck Cuny
2022-06-09
1
-0
/
+2
*
ref(zsh): ensure home-manager variables are set before starting sway
Franck Cuny
2022-06-09
2
-6
/
+10
*
ref(git): remove git.fcuny.net from configuration
Franck Cuny
2022-06-09
1
-1
/
+0
*
fix(pass-git-helper): remove mapping for git.fcuny.net
Franck Cuny
2022-06-09
1
-4
/
+1
*
feat(gerrit): add plugin 'reviewnotes'
Franck Cuny
2022-06-09
1
-1
/
+9
*
ref(nix): move the mkSystem function to its own file
Franck Cuny
2022-06-09
3
-47
/
+31
*
ref(nix): rename lib/ to nix/
Franck Cuny
2022-06-09
3
-1
/
+1
*
ref(profiles): get rid of all the profiles
Franck Cuny
2022-06-09
10
-50
/
+30
*
ref(GTK): remove the profile for GTK
Franck Cuny
2022-06-09
7
-18
/
+10
*
ref(home): structure and add comments
Franck Cuny
2022-06-09
3
-36
/
+75
*
ref(desktop): move all the modules for home-manager to host level
Franck Cuny
2022-06-09
3
-11
/
+18
*
ref(trusted): consume modules within host's configuration
Franck Cuny
2022-06-09
6
-27
/
+24
*
ref(multimedia): move multimedia modules to hosts
Franck Cuny
2022-06-09
5
-17
/
+10
*
ref(sane): move sane's configuration to correct place
Franck Cuny
2022-06-09
2
-3
/
+3
*
ref(laptop): move services related to laptop to host's configuration
Franck Cuny
2022-06-09
4
-18
/
+7
*
ref(bluetooth): remove the profile
Franck Cuny
2022-06-09
4
-14
/
+3
*
fix(gerrit-hook): update the configuration with correct URL
Franck Cuny
2022-06-04
1
-10
/
+12
*
fix(secrets): pass group and mode to agenix
Franck Cuny
2022-06-04
1
-2
/
+8
*
fix(secrets): set the owner for buildkite agent secrets
Franck Cuny
2022-06-04
1
-0
/
+1
*
ref(drone): remove secret and CLI for drone
Franck Cuny
2022-06-04
2
-6
/
+0
*
doc(gerrit-hook): add initial documentation
Franck Cuny
2022-06-04
1
-0
/
+12
*
feat(gerrit): install the gerrit hook
Franck Cuny
2022-06-04
1
-0
/
+12
*
feat(gerrit): add secret for gerrit-hook
Franck Cuny
2022-06-04
2
-0
/
+16
*
feat(gerrit-hook): add gerrit-hook to the overlays
Franck Cuny
2022-06-04
1
-0
/
+5
*
feat(gerrit-hook): a small tool to act as a dispatcher for gerrit
Franck Cuny
2022-06-04
6
-0
/
+309
*
meta: remove pre-commit checks
Franck Cuny
2022-05-30
2
-59
/
+0
*
feat(hosts/tahoe): enable buildkite agent
Franck Cuny
2022-05-30
1
-0
/
+1
*
feat(buildkite): configure the buildkite agent
Franck Cuny
2022-05-30
2
-0
/
+47
*
feat(buildkite): add the auth token
Franck Cuny
2022-05-30
2
-0
/
+7
*
fix(home/zsh): don't start tmux when in an ssh session
Franck Cuny
2022-05-29
1
-2
/
+8
*
feat(home/git): add an empty line in the template
Franck Cuny
2022-05-29
1
-0
/
+1
*
feat(home/git): add alias to review with gerrit
Franck Cuny
2022-05-29
1
-0
/
+1
*
feat(home/zsh): add helper function for gerrit
Franck Cuny
2022-05-29
2
-1
/
+6
*
ref(tahoe): remove drone
Franck Cuny
2022-05-29
1
-9
/
+1
*
fix(fcuny/monkey): remove unneeded files
Franck Cuny
2022-05-29
2
-21
/
+0
*
Merge remote-tracking branch 'monkey/master'
Franck Cuny
2022-05-29
10
-0
/
+421
|
\
|
*
readme: convert to org-mode
Franck Cuny
2021-05-10
2
-1
/
+3
|
*
lint: fix a few issues
Franck Cuny
2021-05-10
3
-1
/
+4
|
*
git: ignore binary for the REPL
Franck Cuny
2021-05-10
1
-0
/
+1
|
*
repl: support a simple REPL for some early testing
franck cuny
2020-01-11
2
-0
/
+41
|
*
lexer: support tokens for equal and not equal.
franck cuny
2020-01-11
2
-2
/
+39
|
*
token: add tokens for equal and not equal.
franck cuny
2020-01-11
1
-0
/
+3
|
*
lexer: test the new keywords are parsed correctly.
franck cuny
2020-01-11
1
-3
/
+25
|
*
token: support more keywords
franck cuny
2020-01-11
1
-2
/
+13
|
*
token: rewrite documentation for `LookupIdent`.
franck cuny
2020-01-11
1
-3
/
+4
|
*
lexer: delete redundant test.
franck cuny
2020-01-11
1
-32
/
+1
|
*
Makefile: add a Makefile
franck cuny
2020-01-11
1
-0
/
+4
[next]