dotfiles/home
ItsDrike b2a32d8202
Add git alias to clone as bare repo
- This puts all of the git bare files into .bare and adds a .git file
  which specifies it's location. This makes for a nice and clean way to
  handle working with bare repositories
- Bare repositories are very useful since they allow for neat workflow
  by using git worktrees that can basically create folders for
  individual branches. This means we can easily check out given brach
  just by entering that folder and we don't need to worry about
  conflicting files which we'd have to stash and then apply the stash
  once we're done done.
2022-01-10 17:44:45 +01:00
..
.cache Rename placeholders to .keep 2021-07-14 15:02:55 +02:00
.config Add git alias to clone as bare repo 2022-01-10 17:44:45 +01:00
.local Rewrite cheat.sh fzf helper script 2021-12-24 06:35:25 +01:00
.mozilla Remove mozilla config 2021-07-14 15:06:17 +02:00
.pki Link pki to .config 2021-07-14 15:13:42 +02:00
.xprofile Add X config files 2021-07-14 15:08:47 +02:00
.zshenv Use .zshenv to define env vars, not .zprofile 2021-07-20 23:18:50 +02:00