mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-21 20:55:57 +00:00
tools: cheat configs & dirs
This commit is contained in:
@@ -7,3 +7,7 @@ indent_size = 2
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[.git{ignore,modules}]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 1
|
||||||
|
|||||||
7
.gitmodules
vendored
7
.gitmodules
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
# vim: set expandtab:
|
||||||
[submodule "dotbot"]
|
[submodule "dotbot"]
|
||||||
path = dotbot
|
path = dotbot
|
||||||
url = https://github.com/anishathalye/dotbot.git
|
url = https://github.com/anishathalye/dotbot.git
|
||||||
@@ -26,3 +27,9 @@
|
|||||||
update = rebase
|
update = rebase
|
||||||
branch = main
|
branch = main
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
|
||||||
|
[submodule "cheat-community"]
|
||||||
|
path = config/cheat/cheatsheets/community
|
||||||
|
url = https://github.com/cheat/cheatsheets.git
|
||||||
|
ignore = dirty
|
||||||
|
|
||||||
|
|||||||
2
.yamlignore
Normal file
2
.yamlignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# .yamlignore
|
||||||
|
|
||||||
1
add-submodules.sh
Normal file → Executable file
1
add-submodules.sh
Normal file → Executable file
@@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
git submodule add --name dotbot-brew -f https://github.com/wren/dotbot-brew.git dotbot-brew
|
git submodule add --name dotbot-brew -f https://github.com/wren/dotbot-brew.git dotbot-brew
|
||||||
git submodule add --name dotbot-include -f https://gitlab.com/gnfzdz/dotbot-include.git dotbot-include
|
git submodule add --name dotbot-include -f https://gitlab.com/gnfzdz/dotbot-include.git dotbot-include
|
||||||
|
git submodule add --name cheat-community -f https://github.com/cheat/cheatsheets.git config/cheat/cheatsheets/community
|
||||||
|
|||||||
0
config/cheat/cheatsheets/personal/.gitkeep
Normal file
0
config/cheat/cheatsheets/personal/.gitkeep
Normal file
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
# The editor to use with 'cheat -e <sheet>'. Defaults to $EDITOR or $VISUAL.
|
# The editor to use with 'cheat -e <sheet>'. Defaults to $EDITOR or $VISUAL.
|
||||||
editor: EDITOR_PATH
|
editor: $EDITOR
|
||||||
|
|
||||||
# Should 'cheat' always colorize output?
|
# Should 'cheat' always colorize output?
|
||||||
colorize: true
|
colorize: true
|
||||||
@@ -12,12 +12,12 @@ style: monokai
|
|||||||
|
|
||||||
# Which 'chroma' "formatter" should be applied?
|
# Which 'chroma' "formatter" should be applied?
|
||||||
# One of: "terminal", "terminal256", "terminal16m"
|
# One of: "terminal", "terminal256", "terminal16m"
|
||||||
formatter: terminal16m
|
formatter: terminal256
|
||||||
|
|
||||||
# Through which pager should output be piped?
|
# Through which pager should output be piped?
|
||||||
# 'less -FRX' is recommended on Unix systems
|
# 'less -FRX' is recommended on Unix systems
|
||||||
# 'more' is recommended on Windows
|
# 'more' is recommended on Windows
|
||||||
pager: PAGER_PATH
|
pager: less -FRX
|
||||||
|
|
||||||
# Cheatpaths are paths at which cheatsheets are available on your local
|
# Cheatpaths are paths at which cheatsheets are available on your local
|
||||||
# filesystem.
|
# filesystem.
|
||||||
|
|||||||
Reference in New Issue
Block a user