Compare commits
3 Commits
9db32a19be
...
f0bccad851
| Author | SHA1 | Date | |
|---|---|---|---|
| f0bccad851 | |||
| 42e296b30d | |||
| 80d4f7052c |
@@ -12,6 +12,7 @@ empty_directories:
|
||||
- name: .config/i3status-rust
|
||||
- name: .config/i3status-rust/icons
|
||||
- name: .config/i3status-rust/themes
|
||||
- name: .config/helix
|
||||
dotfiles:
|
||||
- from: git/gitconfig
|
||||
to: .gitconfig
|
||||
@@ -86,3 +87,5 @@ dotfiles:
|
||||
to: .screencfg
|
||||
- from: scripts
|
||||
to: scripts
|
||||
- from: helix/config.toml
|
||||
to: .config/helix/config.toml
|
||||
|
||||
9
grm/github.toml
Normal file
9
grm/github.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
provider = "github"
|
||||
token_command = "pass show github | pf '.personal_access_token.grm.value'"
|
||||
root = "~/projects/github"
|
||||
force_ssh = true
|
||||
worktree = true
|
||||
|
||||
[filters]
|
||||
# owner = true
|
||||
# groups = ["hi"]
|
||||
@@ -85,6 +85,7 @@ type = "https"
|
||||
|
||||
[[trees.repos]]
|
||||
name = "git-repo-manager"
|
||||
worktree_setup = true
|
||||
|
||||
[[trees.repos.remotes]]
|
||||
name = "github"
|
||||
|
||||
35
helix/config.toml
Normal file
35
helix/config.toml
Normal file
@@ -0,0 +1,35 @@
|
||||
theme = "monokai"
|
||||
|
||||
[editor]
|
||||
idle-timeout = 0
|
||||
completion-trigger-len = 1
|
||||
|
||||
[editor.statusline]
|
||||
left = [
|
||||
"mode",
|
||||
"separator",
|
||||
"file-name",
|
||||
"file-modification-indicator",
|
||||
]
|
||||
|
||||
right = [
|
||||
"spinner",
|
||||
"spacer",
|
||||
"diagnostics",
|
||||
"separator",
|
||||
"selections",
|
||||
"separator",
|
||||
"position",
|
||||
"position-percentage",
|
||||
"file-type",
|
||||
]
|
||||
|
||||
mode.normal = "N"
|
||||
mode.insert = "I"
|
||||
mode.select = "S"
|
||||
|
||||
[editor.lsp]
|
||||
display-inlay-hints = true
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
@@ -393,6 +393,9 @@ packages:
|
||||
restic:
|
||||
ubuntu: ["restic"]
|
||||
archlinux: ["restic"]
|
||||
discord:
|
||||
ubuntu: []
|
||||
archlinux: ["discord"]
|
||||
|
||||
remove:
|
||||
mousepad:
|
||||
@@ -413,9 +416,6 @@ packages:
|
||||
vim:
|
||||
ubuntu: ["vim"]
|
||||
archlinux: ["gvim"]
|
||||
discord:
|
||||
ubuntu: []
|
||||
archlinux: ["discord"]
|
||||
rust:
|
||||
ubuntu: ["rustc", "cargo"]
|
||||
archlinux: ["rust"]
|
||||
|
||||
Reference in New Issue
Block a user