move shell scripts and zsh and add fav vscode themes

This commit is contained in:
writer 2024-10-16 14:31:57 +09:00
parent 8eb026b445
commit 40077637ce
2 changed files with 29 additions and 7 deletions

View file

@ -2,7 +2,7 @@
<br>
* **[bash scripts](shell_scripts)**
* **[shell scripts](shell_scripts)**
* **[awk](awk)**
* **[chef](chef)**
* **[git](git)**

View file

@ -1,4 +1,23 @@
# Vscode plugins
## vscode
<br>
### favorite themmes
* **[cyberpunk 2077 rebuild](https://marketplace.visualstudio.com/items?itemName=Carlos18mz.cyberpunk-2077-rebuild)**
* **[kauai](https://marketplace.visualstudio.com/items?itemName=diff001a.kawaii-theme)**
<br>
---
### cool plugins
<br>
* Auto Import
* Code Spell Checker
@ -22,13 +41,16 @@
* Commitizen Support
* styled-components
## Useful Shortcuts
<br>
* Open the terminal with:
----
<br>
### cool tricks
<br>
```
^`
```
* add this alias to your shell profile (e.g. `~/.zshrc`):
```