diff --git a/shell_scripts/power_user_awk/AWK_TIPS.txt b/awk/AWK_TIPS.txt similarity index 100% rename from shell_scripts/power_user_awk/AWK_TIPS.txt rename to awk/AWK_TIPS.txt diff --git a/shell_scripts/power_user_awk/TIPS.txt b/awk/TIPS.txt similarity index 100% rename from shell_scripts/power_user_awk/TIPS.txt rename to awk/TIPS.txt diff --git a/shell_scripts/power_user_awk/file_directory_example.awk b/awk/file_directory_example.awk similarity index 100% rename from shell_scripts/power_user_awk/file_directory_example.awk rename to awk/file_directory_example.awk diff --git a/shell_scripts/power_user_awk/for_loop.awk b/awk/for_loop.awk similarity index 100% rename from shell_scripts/power_user_awk/for_loop.awk rename to awk/for_loop.awk diff --git a/shell_scripts/power_user_awk/math1.awk b/awk/math1.awk similarity index 100% rename from shell_scripts/power_user_awk/math1.awk rename to awk/math1.awk diff --git a/shell_scripts/power_user_awk/math2.awk b/awk/math2.awk similarity index 100% rename from shell_scripts/power_user_awk/math2.awk rename to awk/math2.awk diff --git a/configs/README.md b/configs/README.md deleted file mode 100644 index 95a981a..0000000 --- a/configs/README.md +++ /dev/null @@ -1 +0,0 @@ -## Configs and Setups diff --git a/configs/vim/bundle/ctrlp.vim b/configs/vim/bundle/ctrlp.vim deleted file mode 160000 index b5d3fe6..0000000 --- a/configs/vim/bundle/ctrlp.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f diff --git a/configs/vim/bundle/nerdtree b/configs/vim/bundle/nerdtree deleted file mode 160000 index 96c0774..0000000 --- a/configs/vim/bundle/nerdtree +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 96c07746b46c12d0aca7a5276cc5bd0a260b82fe diff --git a/configs/vim/bundle/python-mode b/configs/vim/bundle/python-mode deleted file mode 160000 index 9c8468e..0000000 --- a/configs/vim/bundle/python-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9c8468e83232c3e45b730d2d0b28d609053dec05 diff --git a/configs/vim/bundle/vim-airline b/configs/vim/bundle/vim-airline deleted file mode 160000 index 78566c3..0000000 --- a/configs/vim/bundle/vim-airline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 78566c37aeb3b7609eee84a7b10114a0f512830e diff --git a/configs/vim/bundle/vim-fugitive b/configs/vim/bundle/vim-fugitive deleted file mode 160000 index 1c84437..0000000 --- a/configs/vim/bundle/vim-fugitive +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1c844375fa2762e3b7c16294fa36afee6fef28b1 diff --git a/configs/vim/bundle/vim-sensible b/configs/vim/bundle/vim-sensible deleted file mode 160000 index d0beb8a..0000000 --- a/configs/vim/bundle/vim-sensible +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d0beb8ab42627bea2c747564ca46ec663e3ba0ba diff --git a/configs/vim/bundle/vundle b/configs/vim/bundle/vundle deleted file mode 160000 index cfd3b2d..0000000 --- a/configs/vim/bundle/vundle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cfd3b2d388a8c2e9903d7a9d80a65539aabfe933 diff --git a/shell_scripts/funny/let_it_snow.sh b/funny/let_it_snow.sh similarity index 100% rename from shell_scripts/funny/let_it_snow.sh rename to funny/let_it_snow.sh diff --git a/shell_scripts/funny/matrix.sh b/funny/matrix.sh similarity index 100% rename from shell_scripts/funny/matrix.sh rename to funny/matrix.sh diff --git a/shell_scripts/funny/rainbow.sh b/funny/rainbow.sh similarity index 100% rename from shell_scripts/funny/rainbow.sh rename to funny/rainbow.sh diff --git a/shell_scripts/git/gi.sh b/git/gi.sh similarity index 100% rename from shell_scripts/git/gi.sh rename to git/gi.sh diff --git a/shell_scripts/git/gitpass.sh b/git/gitpass.sh similarity index 100% rename from shell_scripts/git/gitpass.sh rename to git/gitpass.sh diff --git a/configs/bash_logout b/shell/bash_logout similarity index 100% rename from configs/bash_logout rename to shell/bash_logout diff --git a/configs/bashrc b/shell/bashrc similarity index 100% rename from configs/bashrc rename to shell/bashrc diff --git a/configs/material-design-colors.itermcolors b/shell/material-design-colors.itermcolors similarity index 100% rename from configs/material-design-colors.itermcolors rename to shell/material-design-colors.itermcolors diff --git a/configs/profile b/shell/profile similarity index 100% rename from configs/profile rename to shell/profile diff --git a/configs/zshrc b/shell/zshrc similarity index 100% rename from configs/zshrc rename to shell/zshrc diff --git a/shell_scripts/useful/SAB.sh b/shell_scripts/SAB.sh similarity index 100% rename from shell_scripts/useful/SAB.sh rename to shell_scripts/SAB.sh diff --git a/shell_scripts/useful/USENET.sh b/shell_scripts/USENET.sh similarity index 100% rename from shell_scripts/useful/USENET.sh rename to shell_scripts/USENET.sh diff --git a/shell_scripts/useful/backup.sh b/shell_scripts/backup.sh similarity index 100% rename from shell_scripts/useful/backup.sh rename to shell_scripts/backup.sh diff --git a/shell_scripts/useful/bye.sh b/shell_scripts/bye.sh similarity index 100% rename from shell_scripts/useful/bye.sh rename to shell_scripts/bye.sh diff --git a/shell_scripts/useful/check_if_req_are_update.sh b/shell_scripts/check_if_req_are_update.sh similarity index 100% rename from shell_scripts/useful/check_if_req_are_update.sh rename to shell_scripts/check_if_req_are_update.sh diff --git a/shell_scripts/useful/check_time_zone.sh b/shell_scripts/check_time_zone.sh similarity index 100% rename from shell_scripts/useful/check_time_zone.sh rename to shell_scripts/check_time_zone.sh diff --git a/shell_scripts/useful/find_if_file_exists.sh b/shell_scripts/find_if_file_exists.sh similarity index 100% rename from shell_scripts/useful/find_if_file_exists.sh rename to shell_scripts/find_if_file_exists.sh diff --git a/shell_scripts/useful/i2p.sh b/shell_scripts/i2p.sh similarity index 100% rename from shell_scripts/useful/i2p.sh rename to shell_scripts/i2p.sh diff --git a/shell_scripts/useful/menu.sh b/shell_scripts/menu.sh similarity index 100% rename from shell_scripts/useful/menu.sh rename to shell_scripts/menu.sh diff --git a/shell_scripts/useful/red_hello_world.sh b/shell_scripts/red_hello_world.sh similarity index 100% rename from shell_scripts/useful/red_hello_world.sh rename to shell_scripts/red_hello_world.sh diff --git a/shell_scripts/useful/rsync.sh b/shell_scripts/rsync.sh similarity index 100% rename from shell_scripts/useful/rsync.sh rename to shell_scripts/rsync.sh diff --git a/shell_scripts/useful/secure_pan.sh b/shell_scripts/secure_pan.sh similarity index 100% rename from shell_scripts/useful/secure_pan.sh rename to shell_scripts/secure_pan.sh diff --git a/shell_scripts/useful/sshfs.sh b/shell_scripts/sshfs.sh similarity index 100% rename from shell_scripts/useful/sshfs.sh rename to shell_scripts/sshfs.sh diff --git a/shell_scripts/useful/system_info.sh b/shell_scripts/system_info.sh similarity index 100% rename from shell_scripts/useful/system_info.sh rename to shell_scripts/system_info.sh diff --git a/configs/tmux.conf b/tmux/tmux.conf similarity index 100% rename from configs/tmux.conf rename to tmux/tmux.conf diff --git a/configs/vim/.netrwhist b/vim/.netrwhist similarity index 100% rename from configs/vim/.netrwhist rename to vim/.netrwhist diff --git a/configs/vim/bundle/vim/.netrwhist b/vim/bundle/vim/.netrwhist similarity index 100% rename from configs/vim/bundle/vim/.netrwhist rename to vim/bundle/vim/.netrwhist diff --git a/configs/vim/colors/cyberpunk.vim b/vim/colors/cyberpunk.vim similarity index 100% rename from configs/vim/colors/cyberpunk.vim rename to vim/colors/cyberpunk.vim diff --git a/configs/vimrc b/vim/vimrc similarity index 100% rename from configs/vimrc rename to vim/vimrc diff --git a/vscode/README.md b/vscode/README.md new file mode 100644 index 0000000..114a624 --- /dev/null +++ b/vscode/README.md @@ -0,0 +1,23 @@ +# Vscode plugins + +Auto Import +Code Spell Checker +Debugger for Chrome +Docker +Document This +EditorConfig +ESLint +GitLens +GraphQL +JavaScript (ES6) Code Snippets +Jest Snippets Standard Style +npm +npm Intellisense +Prettier +Prettify Selected JSON +Promise Snippets +ReactJS Code Snippets +Remark +Simple React Snippets +Commitizen Support +styled-components