Skip to content

Commit 1f19a2b

Browse files
committed
major refactor
1 parent 7dfaa6e commit 1f19a2b

File tree

15 files changed

+42
-874
lines changed

15 files changed

+42
-874
lines changed

β€Ž.config/lxterminal/lxterminal.confβ€Ž

Lines changed: 0 additions & 17 deletions
This file was deleted.

β€Ž.github/FUNDING.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
6-
ko_fi: vbolea
6+
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
88
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
99
liberapay: # Replace with a single Liberapay username

β€Ž.github/workflows/basic.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-20.04, ubuntu-22.04]
10+
os: [ubuntu-22.04, ubuntu-24.04]
1111

1212
steps:
1313
- name: Git clone

β€Ž.gitmodulesβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@
7272
[submodule ".vim/pack/dist/start/vim-easy-align"]
7373
path = .vim/pack/dist/start/vim-easy-align
7474
url = https://github.com/junegunn/vim-easy-align.git
75+
[submodule ".vim/pack/tpope/start/vim-sensible"]
76+
path = .vim/pack/tpope/start/vim-sensible
77+
url = https://github.com/tpope/vim-sensible.git

β€Ž.local/bin/git-briefβ€Ž

Lines changed: 0 additions & 48 deletions
This file was deleted.

β€Ž.local/bin/git-rank-contributorsβ€Ž

Lines changed: 0 additions & 60 deletions
This file was deleted.

β€Ž.local/bin/git-show-mergesβ€Ž

Lines changed: 0 additions & 49 deletions
This file was deleted.

β€Ž.local/bin/git-tagsβ€Ž

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
Β (0)