about summary refs log tree commit diff
path: root/users/fcuny/cli (follow)
Commit message (Collapse)AuthorAgeFilesLines
* beets: a few configuration changesFranck Cuny2022-03-301-2/+6
|
* beets: tool to curate my music collectionFranck Cuny2022-03-302-2/+27
|
* shell: switch from zsh to fishFranck Cuny2022-03-253-50/+11
| | | | why not ?
* backups: do the backup over sshFranck Cuny2022-03-051-7/+7
| | | | | We're using ssh instead of the rest server, we're also pushing them to a different repo, where I don't need to be root.
* git: sign with GPG only when one desktopFranck Cuny2022-03-051-10/+4
| | | | | Move the configuration for git that requires the signing to pass, and use the `pass-git-helper` to manage the secrets.
* git: nixfmtFranck Cuny2022-03-051-3/+1
|
* ssh: new module, and load it for my userFranck Cuny2022-03-042-1/+19
|
* nix: format the bufferFranck Cuny2022-03-041-14/+3
|
* zsh: move the configuration inlineFranck Cuny2022-03-021-4/+30
| | | | I don't have a lot of things I care about for zsh, I can inline everything.
* backups: initial configurationFranck Cuny2022-02-242-0/+17
|
* ssh: authenticate only using ssh keyFranck Cuny2022-02-211-0/+7
|
* devel: create new directory for devel modulesFranck Cuny2022-02-212-9/+0
| | | | | Add python, and move go from the cli modules. Install these modules only if we're a "desktop".
* go: let's hide $GOPATHFranck Cuny2022-02-211-1/+1
|
* go: set GOBIN and GOPRIVATE variablesFranck Cuny2022-02-171-0/+2
| | | | | | Binaries are going to $HOME/.local/bin.go and we want to make sure that modules coming from git.fcuny.net and golang.fcuny.net are considered private.
* home-manager: move activate logic in users' configFranck Cuny2022-02-161-0/+2
|
* home-manager: install a few more packagesFranck Cuny2022-02-161-0/+2
|
* yt-dlp: don't install unstableFranck Cuny2022-02-131-1/+1
|
* home-manager: typo in git moduleFranck Cuny2022-02-131-0/+2
|
* home-manager: install yt-dlpFranck Cuny2022-02-132-0/+10
|
* gpg: set default keyFranck Cuny2022-02-131-0/+4
| | | | And use the default key for signing with git.
* cli: this is not workingFranck Cuny2022-02-131-2/+0
|
* hosts: install linux perf tools for the hostFranck Cuny2022-02-132-13/+0
|
* home-manager: install perf related toolsFranck Cuny2022-02-132-0/+15
| | | | bcc, perf, etc
* home-manager: typoFranck Cuny2022-02-121-1/+1
| | | | I need something to help with lint/validation ...
* home-manager: git credential helpers configurationFranck Cuny2022-02-121-0/+9
|
* configs: move personal configuration with userFranck Cuny2022-02-121-1/+1
|
* home-manager: re-organize configuration for myselfFranck Cuny2022-02-125-0/+95