diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 6958e9db..7ed842e5 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -46,7 +46,7 @@ "editor.stickyScroll.enabled": true, "window.commandCenter": false, "editor.lineNumbers": "relative", - "editor.lineHeight": 25, + "editor.lineHeight": 24, "window.menuBarVisibility": "toggle", "editor.minimap.enabled": false, "editor.overviewRulerBorder": false, @@ -156,7 +156,7 @@ "vscode-neovim.neovimExecutablePaths.linux": "/home/matt/.local/share/bob/nvim-bin/nvim", // Project Manager - "projectManager.git.baseFolders": ["~/Repos/"], + "projectManager.git.baseFolders": ["~/dev/"], "projectManager.sortList": "Recent", // Smooth movement "workbench.list.smoothScrolling": true, diff --git a/.config/git/config b/.config/git/config index 940b00d7..29aa6272 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,4 +1,4 @@ -[includeIf "gitdir:~/Repos/Work/"] +[includeIf "gitdir:~/dev/work/"] path = ~/.config/git/config-work [include] @@ -10,7 +10,7 @@ signingKey = 8429B2EE312F8150 [safe] - directory = ~/Repos/ + directory = ~/dev [credential "https://github.com"] username = Matt-FTW diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks index 146141d9..4df98e10 100644 --- a/.config/gtk-3.0/bookmarks +++ b/.config/gtk-3.0/bookmarks @@ -3,8 +3,8 @@ file:///home/matt/documents documents file:///home/matt/music music file:///home/matt/pictures pictures file:///home/matt/videos videos +file:///home/matt/dev dev file:///home/matt/games games -file:///home/matt/repos repos file:///home/matt/documents/obsidian-vaults obsidian-vaults file:///backups backups file:///vm vm diff --git a/.config/mise/config.toml b/.config/mise/config.toml index 0943ec39..da2ecbfa 100644 --- a/.config/mise/config.toml +++ b/.config/mise/config.toml @@ -17,7 +17,7 @@ always_keep_install = false # deleted on failure by default plugin_autoupdate_last_check_duration = '1 week' # set to 0 to disable updates # config files with these prefixes will be trusted by default -trusted_config_paths = ['~/Repos'] +trusted_config_paths = ['~/dev'] verbose = false # set to true to see full installation output, see `MISE_VERBOSE` asdf_compat = false # set to true to ensure .tool-versions will be compatible with asdf, see `MISE_ASDF_COMPAT` diff --git a/.config/nvim/lua/plugins/extras/editor/telescope/repo.lua b/.config/nvim/lua/plugins/extras/editor/telescope/repo.lua index 6b8df91e..ff29864e 100644 --- a/.config/nvim/lua/plugins/extras/editor/telescope/repo.lua +++ b/.config/nvim/lua/plugins/extras/editor/telescope/repo.lua @@ -24,7 +24,7 @@ return { "--no-ignore-vcs", }, search_dirs = { - "~/Repos/", + "~/dev/", }, }, }, @@ -35,7 +35,7 @@ return { end, -- stylua: ignore keys = { - { "fp", "Telescope repo list", desc = "Projects (~/Repos)" }, + { "fp", "Telescope repo list", desc = "Projects (~/dev)" }, { "fP", "lua require'telescope'.extensions.repo.list{search_dirs = { '~/' }}", desc = "Projects (System)" }, }, }, diff --git a/.config/systemd/user/surfingKeys.service b/.config/systemd/user/surfingKeys.service index 0fbd7512..619660c0 100644 --- a/.config/systemd/user/surfingKeys.service +++ b/.config/systemd/user/surfingKeys.service @@ -5,7 +5,7 @@ PartOf=graphical-session.target Requires=graphical-session.target [Service] -ExecStart=bash -c 'cd /home/matt/repos/surfingkeys-conf; npm run gulp serve-simple' +ExecStart=bash -c 'cd /home/matt/dev/personal/projects/surfingkeys-conf; npm run gulp serve-simple' Type=simple Restart=always RestartSec=10 diff --git a/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml b/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml index 26f2cd2a..d8a7501e 100644 --- a/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml +++ b/.config/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml @@ -582,7 +582,6 @@ dirs = [ { name = ".git", text = "" }, { name = ".github", text = "" }, { name = "Desktop", text = "" }, - { name = "Repos", text = "" }, { name = "Documents", text = "" }, { name = "Downloads", text = "" }, { name = "Library", text = "" }, @@ -595,7 +594,7 @@ dirs = [ { name = "Templates", text = "" }, { name = "Videos", text = "" }, { name = "desktop", text = "" }, - { name = "repos", text = "" }, + { name = "dev", text = "" }, { name = "documents", text = "" }, { name = "downloads", text = "" }, { name = "library", text = "" }, diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index a7fdec91..39ca8428 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -78,8 +78,8 @@ append_keymap = [ ], run = "cd ~/documents/obsidian-vaults", desc = "Go to the obsidian directory" }, { on = [ "g", - "r", - ], run = "cd ~/repos/", desc = "Go to the repos directory" }, + "e", + ], run = "cd ~/dev/", desc = "Go to the dev directory" }, ] [input]