Commit graph

22 commits

Author SHA1 Message Date
8fa29912a9
Add git total-files and tracked-files 2023-01-13 01:29:28 +01:00
b017d2b67e
Make total-lines recurse over the whole tree, not work dir 2023-01-13 01:29:13 +01:00
a3e01caebf
Initial commit 2022-11-20 03:14:18 +01:00
b912871070
Remove everything and restart blank
This commit removes all files currently present in the repo, to prepare
for a start from a nothing. This is done due to my recent migration from
X11 to Wayland, which has rendered most of these config files no longer
releveant.

I've currently been tracking my dotfiles in a separate repository, in
hopes to get it to a state where it would be mergable here, but that
turned out to be much more difficult than I anticipated, and I think it
will be much easier to simply move over the history from this temporary
repository I've been using onto this one. That however requires a start
from a clean point, which this commit creates.
2022-11-20 03:07:41 +01:00
9e49654e5d
Add diff commit (dcm) git alias 2022-05-29 01:11:15 +02:00
99f2dae3a5
Add git cleanup alias 2022-03-25 21:43:17 +01:00
511b24e589
Add git aliases for line information 2022-03-25 21:42:53 +01:00
eb784ab056
Add bareinit git alias 2022-02-11 18:28:25 +01:00
ba9b0f0a3f
Update git signing key 2022-02-10 03:34:47 +01:00
96a7166919
Add global gitignore file 2022-01-25 19:57:19 +01:00
0fa5db7477
Add alias for quickly stashing staged files 2022-01-25 19:57:02 +01:00
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
f1e9b37e24
Fix set-upstream alias 2021-12-04 02:40:44 +01:00
35e213aa39
Use nvim as editor, not vim 2021-12-03 18:58:42 +01:00
f8540e0b70
Add quickclone git alias 2021-12-02 17:31:04 +01:00
b267b97c45
Add more git aliases 2021-12-01 19:58:56 +01:00
f0385c4961
Indent with spaces, not tabs 2021-11-30 10:22:20 +01:00
65529ffd1d
Add find and show merge commit aliases 2021-11-26 19:06:51 +01:00
b0060162f0
Update git signing key and email 2021-09-22 22:26:19 +02:00
ItsDrike
6a15b9c66d
Don't store git-credentials in home 2021-05-03 16:34:28 +00:00
ItsDrike
e3aa39ffc5
Update signing key id 2021-04-30 01:02:59 +02:00
ItsDrike
a92c28e1a5
Add further configurations 2021-01-14 14:24:25 +01:00