Skip to content

Commit dca4cac

Browse files
committed
Remove zplug, update .gitignore, nicer bat config
Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent 0e0ef5a commit dca4cac

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.config/bat/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@
2424
#--map-syntax "*.ino:C++"
2525
#--map-syntax ".ignore:Git Ignore"
2626
--theme=ansi
27+
28+
--style=grid,header-filename,snip

.config/yadm/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ if ! has_command git-graph; then
4545
fi
4646

4747
# "zplug" zsh plugin manager
48-
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
48+
# curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
GRPATH
1414
GRTAGS
1515
GTAGS
16+
compile_commands.json

0 commit comments

Comments
 (0)