Compare commits

..

3 Commits

Author SHA1 Message Date
f0bccad851 Install discord 2023-05-30 20:27:04 +02:00
42e296b30d Update grm config 2023-05-30 20:26:40 +02:00
80d4f7052c Add helix configuration 2023-05-30 20:24:08 +02:00
5 changed files with 51 additions and 3 deletions

View File

@@ -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
View 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"]

View File

@@ -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
View 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"

View File

@@ -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"]