🔧 chore(system): change all ocurrences of the repos dir
renamed to dev
This commit is contained in:
parent
772774517d
commit
65a417add2
8 changed files with 12 additions and 13 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -24,7 +24,7 @@ return {
|
|||
"--no-ignore-vcs",
|
||||
},
|
||||
search_dirs = {
|
||||
"~/Repos/",
|
||||
"~/dev/",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -35,7 +35,7 @@ return {
|
|||
end,
|
||||
-- stylua: ignore
|
||||
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)" },
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 = "" },
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue