Update from obsidian - thinkpad
Affected files: .obsidian/workspace.json projects/homelab.md projects/todos-notes/Improve Remote Access Setup.md projects/todos-notes/Improve dev tools.md projects/todos-notes/Rewrite neovim config.md projects/todos-notes/Update dots.md projects/todos-notes/Update keyboard config.md projects/todos-notes/Update tmux config.md projects/todos.md templates/todo.md
This commit is contained in:
parent
3f925e388f
commit
09ac6941c6
10 changed files with 159 additions and 62 deletions
36
.obsidian/workspace.json
vendored
36
.obsidian/workspace.json
vendored
|
|
@ -11,11 +11,9 @@
|
|||
"id": "4329c114501dfabc",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"type": "kanban",
|
||||
"state": {
|
||||
"file": "blog/Pokerus Project.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
"file": "projects/todos.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -69,7 +67,7 @@
|
|||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 368,
|
||||
"width": 241,
|
||||
"collapsed": true
|
||||
},
|
||||
"right": {
|
||||
|
|
@ -86,7 +84,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "blog/Pokerus Project.md",
|
||||
"file": "projects/todos.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
|
@ -103,7 +101,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "blog/Pokerus Project.md",
|
||||
"file": "projects/todos.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
|
@ -126,7 +124,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "blog/Pokerus Project.md"
|
||||
"file": "projects/todos.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -160,10 +158,18 @@
|
|||
},
|
||||
"active": "4329c114501dfabc",
|
||||
"lastOpenFiles": [
|
||||
"projects/homelab.md",
|
||||
"projects/homelab-notes/Improve Remote Access Setup.md",
|
||||
"projects/homelab-notes",
|
||||
"projects/todos-notes/Rewrite neovim config.md",
|
||||
"projects/todos.md",
|
||||
"projects/todos-notes/Update tmux config.md",
|
||||
"projects/todos-notes/Update keyboard config.md",
|
||||
"projects/todos-notes/Update dots.md",
|
||||
"projects/todos-notes/Improve dev tools.md",
|
||||
"projects/personal-page.md",
|
||||
"templates/todo.md",
|
||||
"projects/homelab-notes/Untitled",
|
||||
"blog/Pokerus Project.md",
|
||||
"projects/todos-notes/Improve Remote Access Setup.md",
|
||||
"projects/todos-notes",
|
||||
"projects/personal-page-notes/Landing Page.md",
|
||||
"notes/utils/React.md",
|
||||
"projects/personal-page-notes/Dev Stack.md",
|
||||
|
|
@ -172,7 +178,6 @@
|
|||
"notes/thoughts/Work.md",
|
||||
"notes/utils",
|
||||
"notes/foo.md",
|
||||
"blog/Pokerus Project.md",
|
||||
"notes/thoughts/Depression.md",
|
||||
"projects/personal-page-notes/Cool Websites.md",
|
||||
"notes/thoughts/Self Steam.md",
|
||||
|
|
@ -186,16 +191,9 @@
|
|||
"projects/notes/Untitled",
|
||||
"projects/personal-page-notes",
|
||||
"projects/Cool Websites.md",
|
||||
"projects/personal-page/Setup CSS Themes.md",
|
||||
"projects/personal-page/Untitled Kanban.md",
|
||||
"projects/personal-page/Game Template.md",
|
||||
"projects/personal-page/List of Games.md",
|
||||
"projects/personal-page/About Me.md",
|
||||
"projects/personal-page/Landing Page.md",
|
||||
"projects/personal-page",
|
||||
"boards",
|
||||
"projects",
|
||||
"templates",
|
||||
"Untitled.canvas"
|
||||
]
|
||||
}
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
---
|
||||
|
||||
kanban-plugin: basic
|
||||
|
||||
---
|
||||
|
||||
## Reference
|
||||
|
||||
|
||||
|
||||
## Backlog
|
||||
|
||||
|
||||
|
||||
## Need Research
|
||||
|
||||
- [ ] [Improve Remote Access Setup](Improve%20Remote%20Access%20Setup.md)
|
||||
|
||||
|
||||
## Design
|
||||
|
||||
|
||||
|
||||
## Ready to Work
|
||||
|
||||
|
||||
|
||||
## Doign
|
||||
|
||||
|
||||
|
||||
## Done
|
||||
|
||||
**Complete**
|
||||
|
||||
|
||||
|
||||
|
||||
%% kanban:settings
|
||||
```
|
||||
{"kanban-plugin":"basic","new-note-folder":"projects/homelab-notes"}
|
||||
```
|
||||
%%
|
||||
8
projects/todos-notes/Improve dev tools.md
Normal file
8
projects/todos-notes/Improve dev tools.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- [ ] [Api-Docs](https://docs.yaade.io/)
|
||||
- [ ] [misc tools](https://it-tools.tech/http-status-codes)
|
||||
- [ ] [Mail Tester](https://github.com/axllent/mailpit) (use this or python cli??)
|
||||
|
||||
---
|
||||
|
||||
## References
|
||||
- [link](...)
|
||||
41
projects/todos-notes/Rewrite neovim config.md
Normal file
41
projects/todos-notes/Rewrite neovim config.md
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
Initial Setup
|
||||
- [x] Setup with kickstart.nvim
|
||||
- [x] Refactor config
|
||||
- [x] migrate config from AstroNvim
|
||||
---
|
||||
|
||||
Especific stuff
|
||||
- [x] colorscheme definition -> catppuccin or tokyonight
|
||||
- [x] Review Telescope finders and keybindings
|
||||
- [x] Change Telescope layout for a vertical one
|
||||
- [ ] wichkey -> have astronvim configuration
|
||||
- [ ] Change filetree
|
||||
- [ ] indentations
|
||||
- [ ] [Format on save](https://github.com/mhartington/formatter.nvim)
|
||||
- [ ] [Linters Support](https://github.com/mfussenegger/nvim-lint)
|
||||
- [ ] Pretty (or more readable) diagnostic UI
|
||||
- [ ] .env support
|
||||
- [ ] flutter tools
|
||||
- [ ] [Comment Box](https://github.com/LudoPinelli/comment-box.nvim)
|
||||
- [ ] Bufferline -> Exclude quickfix
|
||||
- [ ] Git -> [Neogit](https://github.com/NeogitOrg/neogit/), [Fugitive](https://github.com/tpope/vim-fugitive)
|
||||
- [ ] TODO comments
|
||||
|
||||
---
|
||||
|
||||
Fix indentation:
|
||||
|
||||
```lua
|
||||
local indent = 2
|
||||
vim.opt.tabstop = indent
|
||||
vim.opt.shiftwidth = indent
|
||||
vim.opt.softtabstop = indent
|
||||
|
||||
vim.exec("retab")
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference:
|
||||
- https://www.youtube.com/watch?v=NJDu_53T_4M&t=315s
|
||||
- https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/ui.lua
|
||||
20
projects/todos-notes/Update dots.md
Normal file
20
projects/todos-notes/Update dots.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
- [ ] Crear prefixes para configuración distinta en distintas máquinas (Ej: Alactritty)
|
||||
- [ ] Crear config de nvim desde zero con kickstart.nvim
|
||||
- [x] Crear Sway setup
|
||||
- [ ] local.zsh ignorado por git, para añadir configuración relevante solo al local
|
||||
- [ ] env variables MACHINE_NAME
|
||||
- [ ] Tmux Sessions
|
||||
- Save - Restore sessions
|
||||
- close all sessions
|
||||
- [ ] Ctrl-Z to -> Z with FZF
|
||||
- [ ] Move Tmux config to .conf directory
|
||||
- [ ] Update "check-tools" script
|
||||
- [ ] Debloat zsh
|
||||
- [ ] improve terminal setup on mac
|
||||
- write better config for alacritty
|
||||
- use iterm2
|
||||
|
||||
---
|
||||
|
||||
Reference:
|
||||
- [Some Tmux configs](https://www.youtube.com/watch?v=DzNmUNvnB04)
|
||||
15
projects/todos-notes/Update keyboard config.md
Normal file
15
projects/todos-notes/Update keyboard config.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
- [ ] Create new fork of the project
|
||||
- the one I have is kinda mess up
|
||||
* [x] Move `~ = \`
|
||||
* [ ] Move `& |`
|
||||
* [x] Doual pourpose ESC on single tap, Shift on double tap
|
||||
* [ ] RGB
|
||||
* [x] Win/Mac Toggle
|
||||
* [ ] Close pair symbol with double tap?
|
||||
* [ ] Macropad, accesible without looking, add it to GAME layer left bottom row
|
||||
* [ ] Swap CTRL - GUI for Mac - Linux
|
||||
|
||||
---
|
||||
|
||||
## References
|
||||
- [link](...)
|
||||
8
projects/todos-notes/Update tmux config.md
Normal file
8
projects/todos-notes/Update tmux config.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- [ ] Join split panes
|
||||
- https://unix.stackexchange.com/questions/14300/moving-tmux-pane-to-window/14301#14301
|
||||
- https://stackoverflow.com/questions/9592969/tmux-how-to-join-two-tmux-windows-into-one-as-panes
|
||||
|
||||
---
|
||||
|
||||
## References
|
||||
- [link](...)
|
||||
44
projects/todos.md
Normal file
44
projects/todos.md
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
---
|
||||
|
||||
kanban-plugin: basic
|
||||
|
||||
---
|
||||
|
||||
## Backlog
|
||||
|
||||
- [ ] [Update keyboard config](Update%20keyboard%20config.md)
|
||||
- [ ] [Update tmux config](Update%20tmux%20config.md)
|
||||
- [ ] Try out Wezterm
|
||||
|
||||
|
||||
## Need Research
|
||||
|
||||
- [ ] [Improve Remote Access Setup](Improve%20Remote%20Access%20Setup.md)
|
||||
- [ ] [Improve dev tools](Improve%20dev%20tools.md)
|
||||
- [ ] Write guide to clean linux system
|
||||
|
||||
|
||||
## Ready to Work
|
||||
|
||||
- [ ] Move repos out of github
|
||||
- [ ] Try out [githui](https://github.com/extrawurst/gitui)
|
||||
|
||||
|
||||
## Doign
|
||||
|
||||
- [ ] [Rewrite neovim config](Rewrite%20neovim%20config.md)
|
||||
- [ ] [Update dots](Update%20dots.md)
|
||||
|
||||
|
||||
## Done
|
||||
|
||||
**Complete**
|
||||
|
||||
|
||||
|
||||
|
||||
%% kanban:settings
|
||||
```
|
||||
{"kanban-plugin":"basic","new-note-folder":"projects/todos-notes","new-note-template":"templates/todo.md"}
|
||||
```
|
||||
%%
|
||||
6
templates/todo.md
Normal file
6
templates/todo.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- [ ] Task 1
|
||||
|
||||
---
|
||||
|
||||
## References
|
||||
- [link](...)
|
||||
Loading…
Add table
Add a link
Reference in a new issue