Commit Graph

18 Commits

Author SHA1 Message Date
94dfe280f6 mutt: Ignore account related files 2025-03-11 11:55:13 +01:00
12ef7cfa65 ignore: Add private .zprofile 2022-09-19 14:23:47 +02:00
0d1ce75c9b ignore: Add .local/share/direnv/allow 2022-07-14 14:25:00 +02:00
6fdade90c6 ignore: Add comments and remove outdated lines 2022-03-31 18:09:26 +02:00
98a1404647 ignore: Add .config/git/gitk 2022-03-31 18:08:50 +02:00
2efa7da040 ignore: Ignore .ssh/* instead of the folder
This fixes the issue, that `.ssh/config` was not listed by `fzf.vim`s
`:Files` command.
2022-03-31 03:41:45 +02:00
c087e76ab2 ignore: Everything in .ssh/ except config
This contradicts a bit what I wanted in

1497fe3ed4 ("meta:install: Link all files in .ssh/"):
> This way potential new files in `.ssh/` do not have to be tracked
> manually.

as now, even though they do not have to be tracked manually in the
install.conf.yaml, that is the case for the .gitignore

But the consequences of private keys being pushed by accident (even
though not the entire folder is symlinked) are far greater than
potentially missing a symlink, making this a sensible step.
(And the overhead of adding one file is much smaller in the .gitignore)
2022-03-31 03:37:51 +02:00
4ba60da72c meta: Add envrc for direnv
Fetch all git remotes automatically when entering the repository.
2022-03-31 03:17:04 +02:00
d98c93dda5 repo: Ignore .zcompcache 2021-03-10 13:52:22 +01:00
druckdev
211ef6e047 vscode: Use tabs per default, XDG & gitignore
Use tabs instead of spaces per default. (VSCodium will still respect the
indentation used in the file)
Stop vscode from writing files in HOME.
Since only the settings.json is versioned in this repo but the full
folder is symlinked: Ignore all other files that will be written.
(TODO: Only symlink file)
2020-11-05 14:45:46 +01:00
druckdev
25993afc83 repo: Ignore the installation backups 2020-10-31 22:34:16 +01:00
druckdev
72159411b9 zsh: Delete unused parts and bits
Delete:
 - transfer.zsh
 - zsh-async
 - telegram helper functions + completion
 - TERM hack for kitty terminal
2020-10-06 22:22:42 +02:00
druckdev
9f4a44f37d Modify gitignore
Add comments to 'sections'.
Ignore *.bak files and rejected patch files.
Ignore rangers history and bookmarks file.
2020-09-15 01:49:32 +02:00
druckdev
31da6669e9 Globally ignore all compiled zsh-files 2020-08-04 06:19:18 +02:00
druckdev
386d689928 Add tmux plugins as git submodules 2020-08-04 02:38:47 +02:00
druckdev
be570a4564 Remove archive 2020-07-31 17:44:04 +02:00
druckdev
3d2e63fd6b Cleanup gitignore
Sort alphabetically.
Separate specific files from files that should be ignored everywhere.
Add full path to specific files.
2020-06-28 17:29:17 +02:00
druckdev
0c743950ac Initial commit 2020-04-23 14:50:36 +02:00