🔧 chore(system): change all ocurrences of the repos dir

renamed to dev
This commit is contained in:
Sergio Laín 2024-08-24 01:47:54 +02:00
parent 772774517d
commit 65a417add2
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
8 changed files with 12 additions and 13 deletions

View file

@ -46,7 +46,7 @@
"editor.stickyScroll.enabled": true, "editor.stickyScroll.enabled": true,
"window.commandCenter": false, "window.commandCenter": false,
"editor.lineNumbers": "relative", "editor.lineNumbers": "relative",
"editor.lineHeight": 25, "editor.lineHeight": 24,
"window.menuBarVisibility": "toggle", "window.menuBarVisibility": "toggle",
"editor.minimap.enabled": false, "editor.minimap.enabled": false,
"editor.overviewRulerBorder": false, "editor.overviewRulerBorder": false,
@ -156,7 +156,7 @@
"vscode-neovim.neovimExecutablePaths.linux": "/home/matt/.local/share/bob/nvim-bin/nvim", "vscode-neovim.neovimExecutablePaths.linux": "/home/matt/.local/share/bob/nvim-bin/nvim",
// Project Manager // Project Manager
"projectManager.git.baseFolders": ["~/Repos/"], "projectManager.git.baseFolders": ["~/dev/"],
"projectManager.sortList": "Recent", "projectManager.sortList": "Recent",
// Smooth movement // Smooth movement
"workbench.list.smoothScrolling": true, "workbench.list.smoothScrolling": true,

View file

@ -1,4 +1,4 @@
[includeIf "gitdir:~/Repos/Work/"] [includeIf "gitdir:~/dev/work/"]
path = ~/.config/git/config-work path = ~/.config/git/config-work
[include] [include]
@ -10,7 +10,7 @@
signingKey = 8429B2EE312F8150 signingKey = 8429B2EE312F8150
[safe] [safe]
directory = ~/Repos/ directory = ~/dev
[credential "https://github.com"] [credential "https://github.com"]
username = Matt-FTW username = Matt-FTW

View file

@ -3,8 +3,8 @@ file:///home/matt/documents documents
file:///home/matt/music music file:///home/matt/music music
file:///home/matt/pictures pictures file:///home/matt/pictures pictures
file:///home/matt/videos videos file:///home/matt/videos videos
file:///home/matt/dev dev
file:///home/matt/games games file:///home/matt/games games
file:///home/matt/repos repos
file:///home/matt/documents/obsidian-vaults obsidian-vaults file:///home/matt/documents/obsidian-vaults obsidian-vaults
file:///backups backups file:///backups backups
file:///vm vm file:///vm vm

View file

@ -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 plugin_autoupdate_last_check_duration = '1 week' # set to 0 to disable updates
# config files with these prefixes will be trusted by default # 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` 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` asdf_compat = false # set to true to ensure .tool-versions will be compatible with asdf, see `MISE_ASDF_COMPAT`

View file

@ -24,7 +24,7 @@ return {
"--no-ignore-vcs", "--no-ignore-vcs",
}, },
search_dirs = { search_dirs = {
"~/Repos/", "~/dev/",
}, },
}, },
}, },
@ -35,7 +35,7 @@ return {
end, end,
-- stylua: ignore -- stylua: ignore
keys = { keys = {
{ "<leader>fp", "<cmd>Telescope repo list<cr>", desc = "Projects (~/Repos)" }, { "<leader>fp", "<cmd>Telescope repo list<cr>", desc = "Projects (~/dev)" },
{ "<leader>fP", "<cmd>lua require'telescope'.extensions.repo.list{search_dirs = { '~/' }}<cr>", desc = "Projects (System)" }, { "<leader>fP", "<cmd>lua require'telescope'.extensions.repo.list{search_dirs = { '~/' }}<cr>", desc = "Projects (System)" },
}, },
}, },

View file

@ -5,7 +5,7 @@ PartOf=graphical-session.target
Requires=graphical-session.target Requires=graphical-session.target
[Service] [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 Type=simple
Restart=always Restart=always
RestartSec=10 RestartSec=10

View file

@ -582,7 +582,6 @@ dirs = [
{ name = ".git", text = "" }, { name = ".git", text = "" },
{ name = ".github", text = "" }, { name = ".github", text = "" },
{ name = "Desktop", text = "" }, { name = "Desktop", text = "" },
{ name = "Repos", text = "" },
{ name = "Documents", text = "" }, { name = "Documents", text = "" },
{ name = "Downloads", text = "" }, { name = "Downloads", text = "" },
{ name = "Library", text = "" }, { name = "Library", text = "" },
@ -595,7 +594,7 @@ dirs = [
{ name = "Templates", text = "" }, { name = "Templates", text = "" },
{ name = "Videos", text = "" }, { name = "Videos", text = "" },
{ name = "desktop", text = "" }, { name = "desktop", text = "" },
{ name = "repos", text = "" }, { name = "dev", text = "" },
{ name = "documents", text = "" }, { name = "documents", text = "" },
{ name = "downloads", text = "" }, { name = "downloads", text = "" },
{ name = "library", text = "" }, { name = "library", text = "" },

View file

@ -78,8 +78,8 @@ append_keymap = [
], run = "cd ~/documents/obsidian-vaults", desc = "Go to the obsidian directory" }, ], run = "cd ~/documents/obsidian-vaults", desc = "Go to the obsidian directory" },
{ on = [ { on = [
"g", "g",
"r", "e",
], run = "cd ~/repos/", desc = "Go to the repos directory" }, ], run = "cd ~/dev/", desc = "Go to the dev directory" },
] ]
[input] [input]