mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
wip
This commit is contained in:
1
TODO.md
1
TODO.md
@@ -1,3 +1,4 @@
|
||||
# TODO
|
||||
|
||||
- Remove brewfiles and use the `dots` app instead.
|
||||
- Add helix to `dots` app.
|
||||
@@ -11,6 +11,9 @@ matches:
|
||||
- trigger: ":pf"
|
||||
replace: "https://pointfree.co"
|
||||
|
||||
- trigger: ":tca"
|
||||
replace: "https://github.com/pointfreeco/swift-composable-architecture"
|
||||
|
||||
# Youtube
|
||||
- trigger: ":yt"
|
||||
replace: "https://www.youtube.com/channel/UCb58SeURd5bObfTiL0KoliA"
|
||||
|
||||
15
helix/config.toml
Normal file
15
helix/config.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
theme = "nightfox"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
cursorline = true
|
||||
color-modes = true
|
||||
shell = ["zsh", "-c"]
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
|
||||
[editor.file-picker]
|
||||
hidden = false
|
||||
@@ -4,16 +4,6 @@
|
||||
<dict>
|
||||
<key>AllowClipboardAccess</key>
|
||||
<true/>
|
||||
<key>AppleAntiAliasingThreshold</key>
|
||||
<integer>1</integer>
|
||||
<key>ApplePressAndHoldEnabled</key>
|
||||
<false/>
|
||||
<key>AppleScrollAnimationEnabled</key>
|
||||
<integer>0</integer>
|
||||
<key>AppleSmoothFixedFontsSizeThreshold</key>
|
||||
<integer>1</integer>
|
||||
<key>AppleWindowTabbingMode</key>
|
||||
<string>manual</string>
|
||||
<key>Default Bookmark Guid</key>
|
||||
<string>A30A702C-1CC2-4C2A-A29F-505BC017C0A6</string>
|
||||
<key>DoubleClickPerformsSmartSelection</key>
|
||||
@@ -748,6 +738,8 @@
|
||||
<string>kNextWindowPointerAction</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>Print In Black And White</key>
|
||||
<true/>
|
||||
<key>PromptOnQuit</key>
|
||||
<false/>
|
||||
<key>QuitWhenAllWindowsClosed</key>
|
||||
|
||||
@@ -204,3 +204,5 @@ _source_if "$ZDOTDIR/.zshrc-local"
|
||||
|
||||
|
||||
# [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
test -d "$HOME/.tea" && source <("$HOME/.tea/tea.xyz/v*/bin/tea" --magic=zsh --silent)
|
||||
|
||||
Reference in New Issue
Block a user