diff --git a/config/gh-dash/config.yml b/config/gh-dash/config.yml new file mode 100644 index 0000000..4e196cb --- /dev/null +++ b/config/gh-dash/config.yml @@ -0,0 +1,92 @@ +prSections: + - title: My Pull Requests + filters: is:open author:@me + - title: Needs My Review + filters: is:open review-requested:@me + - title: Involved + filters: is:open involves:@me -author:@me +issuesSections: + - title: My Issues + filters: is:open author:@me + - title: Assigned + filters: is:open assignee:@me + - title: Involved + filters: is:open involves:@me -author:@me +notificationsSections: + - title: All + filters: "" + - title: Created + filters: reason:author + - title: Participating + filters: reason:participating + - title: Mentioned + filters: reason:mention + - title: Review Requested + filters: reason:review-requested + - title: Assigned + filters: reason:assign + - title: Subscribed + filters: reason:subscribed + - title: Team Mentioned + filters: reason:team-mention +repo: + branchesRefetchIntervalSeconds: 30 + prsRefetchIntervalSeconds: 60 +defaults: + preview: + open: true + width: 0.45 + prsLimit: 20 + prApproveComment: LGTM + issuesLimit: 20 + notificationsLimit: 20 + view: prs + layout: + prs: + updatedAt: + width: 5 + createdAt: + width: 5 + repo: + width: 20 + author: + width: 15 + authorIcon: + hidden: false + assignees: + width: 20 + hidden: true + base: + width: 15 + hidden: true + lines: + width: 15 + issues: + updatedAt: + width: 5 + createdAt: + width: 5 + repo: + width: 15 + creator: + width: 10 + creatorIcon: + hidden: false + assignees: + width: 20 + hidden: true + refetchIntervalMinutes: 30 +keybindings: {} +repoPaths: {} +theme: + ui: + sectionsShowCount: true + table: + showSeparator: true + compact: false +pager: + diff: "" +confirmQuit: false +showAuthorIcons: true +smartFilteringAtLaunch: true +includeReadNotifications: true diff --git a/config/nvim/lazy-lock.json b/config/nvim/lazy-lock.json index 88695e7..fb6a524 100644 --- a/config/nvim/lazy-lock.json +++ b/config/nvim/lazy-lock.json @@ -8,7 +8,7 @@ "crates.nvim": { "branch": "main", "commit": "ac9fa498a9edb96dc3056724ff69d5f40b898453" }, "flash.nvim": { "branch": "main", "commit": "fcea7ff883235d9024dc41e638f164a450c14ca2" }, "friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" }, - "gitsigns.nvim": { "branch": "main", "commit": "6d72ba88c40f4c55c01f8a0558aa532cee108486" }, + "gitsigns.nvim": { "branch": "main", "commit": "7c4faa3540d0781a28588cafbd4dd187a28ac6e3" }, "grug-far.nvim": { "branch": "main", "commit": "ac52ee2d87399dfd7b0d59d5b1d2bbaf2a4028f1" }, "lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" }, "lazydev.nvim": { "branch": "main", "commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d" }, @@ -24,8 +24,8 @@ "nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" }, "nvim-ansible": { "branch": "main", "commit": "c7f595d568b588942d4d0c37b5cd6cae3764a148" }, "nvim-lint": { "branch": "master", "commit": "606b823a57b027502a9ae00978ebf4f5d5158098" }, - "nvim-lspconfig": { "branch": "master", "commit": "2b87d107942b9eebef768512f5849330335a9493" }, - "nvim-treesitter": { "branch": "main", "commit": "1970f0d3bbb99c7659e58914948749437c7b7398" }, + "nvim-lspconfig": { "branch": "master", "commit": "2163c54bb6cfec53e3e555665ada945b8c8331b9" }, + "nvim-treesitter": { "branch": "main", "commit": "ebe76eb800d4e8df754fc96f8a7b84f578224a97" }, "nvim-treesitter-textobjects": { "branch": "main", "commit": "0bc4ef0a34d80fd6e67b59bd71fcbb0ef9ef4756" }, "nvim-ts-autotag": { "branch": "main", "commit": "8e1c0a389f20bf7f5b0dd0e00306c1247bda2595" }, "persistence.nvim": { "branch": "main", "commit": "b20b2a7887bd39c1a356980b45e03250f3dce49c" }, diff --git a/make_my_dotfiles.sh b/make_my_dotfiles.sh index d2d1222..02aef2f 100755 --- a/make_my_dotfiles.sh +++ b/make_my_dotfiles.sh @@ -5,7 +5,7 @@ _shell="/opt/homebrew/bin/zsh" # _shell="/opt/homebrew/bin/fish" _homebrew=$(which brew) _to_install="btop gh imagemagick rbenv ruby-build tmux iperf3 zsh oh-my-posh gs tectonic tree-sitter ripgrep\ - git git-flow nvim azure-cli openssl kubectl typst thonny k9s uv stern nvm lazygit difftastic" + git git-flow nvim azure-cli openssl kubectl typst thonny k9s uv stern nvm lazygit difftastic tpm" # Generate symlinks for files for i in gitconfig gitmessage gitignore tmux.conf prettierrc zsh_secrets; do