- https://github.com/romainl/ctags-patterns-for-javascript
- https://github.com/jb55/typescript-ctags
- https://github.com/HerringtonDarkholme/yats.vim
This is a cool tool to enhance your bash productivity https://github.com/Bash-it/bash-it
To backup your settings use this script provided by the creator https://github.com/nwinkler/dotfiles/blob/master/home/bin/backup-bash-it
change the variable BACKUP_FILE_NAME
to where you want it to create your backup script
Use faster git status in the command line https://github.com/romkatv/gitstatus
To use vscode marketplace extensions we need to chance a config file.
-
The file is in (in MacOs)
/Applications/VSCodium.app/Contents/Resources/app/product.json
-
Change the
extensionGallery
key from this"extensionsGallery": { "serviceUrl": "https://open-vsx.org/vscode/gallery", "itemUrl": "https://open-vsx.org/vscode/item" },
to this
"extensionsGallery": { "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", "itemUrl": "https://marketplace.visualstudio.com/items" },
-
change it back when done
According to this Stack Overflow
Here is how to:
Backup the extensions list
codium --list-extensions > extensions.txt
And install it
cat extensions.txt | xargs -n 1 codium --install-extension
https://github.com/powerline/fonts
Tmux Plugin manager - https://github.com/tmux-plugins/tpm
https://github.com/tmux-plugins/tmux-copycat https://github.com/tmux-plugins/tmux-yank https://github.com/tmux-plugins/tmux-sensible