Compare commits
6 Commits
c179252621
...
0d901f25a2
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d901f25a2 | |||
| 31ec109990 | |||
| c12258d4c5 | |||
| 77b7bad05a | |||
| 557bc6ab98 | |||
| 98fb809911 |
@@ -7,7 +7,7 @@
|
|||||||
"telemetry.enableCrashReporter": false,
|
"telemetry.enableCrashReporter": false,
|
||||||
"telemetry.enableTelemetry": false,
|
"telemetry.enableTelemetry": false,
|
||||||
"vsicons.dontShowNewVersionMessage": true,
|
"vsicons.dontShowNewVersionMessage": true,
|
||||||
"workbench.colorTheme": "Visual Studio Dark",
|
"workbench.colorTheme": "Visual Studio 2019 Dark",
|
||||||
"terminal.integrated.cursorStyle": "line",
|
"terminal.integrated.cursorStyle": "line",
|
||||||
"explorer.confirmDelete": false,
|
"explorer.confirmDelete": false,
|
||||||
"C_Cpp.intelliSenseEngine": "Tag Parser",
|
"C_Cpp.intelliSenseEngine": "Tag Parser",
|
||||||
@@ -19,5 +19,19 @@
|
|||||||
"terminal.integrated.rightClickBehavior": "paste",
|
"terminal.integrated.rightClickBehavior": "paste",
|
||||||
"debug.onTaskErrors": "showErrors",
|
"debug.onTaskErrors": "showErrors",
|
||||||
"omnisharp.enableImportCompletion": true,
|
"omnisharp.enableImportCompletion": true,
|
||||||
"omnisharp.useGlobalMono": "always"
|
"omnisharp.useGlobalMono": "always",
|
||||||
|
"gitlens.currentLine.enabled": false,
|
||||||
|
"gitlens.hovers.currentLine.over": "line",
|
||||||
|
"gitlens.codeLens.enabled": false,
|
||||||
|
"workbench.editorAssociations": [
|
||||||
|
{
|
||||||
|
"viewType": "hexEditor.hexedit",
|
||||||
|
"filenamePattern": "*.hex"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"viewType": "hexEditor.hexedit",
|
||||||
|
"filenamePattern": "*.bin"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"go.toolsManagement.autoUpdate": true
|
||||||
}
|
}
|
||||||
@@ -20,5 +20,22 @@
|
|||||||
"",
|
"",
|
||||||
"export default $1;"
|
"export default $1;"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"FuncComponent":{
|
||||||
|
"prefix": "rfc",
|
||||||
|
"description": "React functional component",
|
||||||
|
"body": [
|
||||||
|
"import React from \"react\"",
|
||||||
|
"",
|
||||||
|
"const $1: React.FC = () => {",
|
||||||
|
"\treturn (",
|
||||||
|
"\t\t<div>",
|
||||||
|
"\t\t\t$1",
|
||||||
|
"\t\t</div>",
|
||||||
|
"\t)",
|
||||||
|
"}",
|
||||||
|
"",
|
||||||
|
"export default $1",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
1
.config/gitignore
Normal file
1
.config/gitignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/ignore
|
||||||
@@ -1,19 +1,21 @@
|
|||||||
[Default Applications]
|
[Default Applications]
|
||||||
application/pdf=firefox.desktop
|
application/pdf=firefox.desktop
|
||||||
|
|
||||||
x-scheme-handler/https=firefox.desktop
|
x-scheme-handler/https=firefox.desktop
|
||||||
x-scheme-handler/http=firefox.desktop
|
x-scheme-handler/http=firefox.desktop
|
||||||
x-scheme-handler/ftp=firefox.desktop
|
x-scheme-handler/ftp=firefox.desktop
|
||||||
x-scheme-handler/postman=Postman.desktop
|
x-scheme-handler/postman=Postman.desktop
|
||||||
|
|
||||||
text/html=firefox.desktop
|
text/html=firefox.desktop
|
||||||
|
|
||||||
application/x-extension-htm=firefox.desktop
|
application/x-extension-htm=firefox.desktop
|
||||||
application/x-extension-html=firefox.desktop
|
application/x-extension-html=firefox.desktop
|
||||||
application/x-extension-shtml=firefox.desktop
|
application/x-extension-shtml=firefox.desktop
|
||||||
application/xhtml+xml=firefox.desktop
|
application/xhtml+xml=firefox.desktop
|
||||||
application/x-extension-xhtml=firefox.desktop
|
application/x-extension-xhtml=firefox.desktop
|
||||||
application/x-extension-xht=firefox.desktop
|
application/x-extension-xht=firefox.desktop
|
||||||
|
|
||||||
image/png=sxiv.desktop;
|
image/png=sxiv.desktop;
|
||||||
image/jpeg=sxiv.desktop;
|
image/jpeg=sxiv.desktop;
|
||||||
|
x-scheme-handler/eclipse+command=_usr_lib_dbeaver_.desktop
|
||||||
|
application/x-bittorrent=deluge.desktop
|
||||||
|
|
||||||
|
[Added Associations]
|
||||||
|
text/plain=visual-studio-code.desktop;
|
||||||
|
application/x-yaml=code-oss.desktop;
|
||||||
|
|||||||
@@ -47,3 +47,8 @@ nnoremap <C-b> :NERDTreeToggle<CR>
|
|||||||
|
|
||||||
nnoremap <C-l> :bnext<CR>
|
nnoremap <C-l> :bnext<CR>
|
||||||
nnoremap <C-h> :bprevious<CR>
|
nnoremap <C-h> :bprevious<CR>
|
||||||
|
|
||||||
|
syntax enable
|
||||||
|
set clipboard=unnamedplus
|
||||||
|
|
||||||
|
cmap w!! w !sudo tee %
|
||||||
|
|||||||
@@ -8,3 +8,5 @@
|
|||||||
required = true
|
required = true
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
|
[core]
|
||||||
|
excludesFile = ~/.config/gitignore
|
||||||
|
|||||||
4
.zshrc
4
.zshrc
@@ -98,7 +98,7 @@ alias vim="nvim"
|
|||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
alias please='sudo '
|
alias please='sudo '
|
||||||
|
|
||||||
[ -z $SSH_CONNECTION ] && alias ls='lsd'
|
[ -z $SSH_CONNECTION ] && alias ls='exa --icons'
|
||||||
|
|
||||||
alias svim='sudo -E nvim'
|
alias svim='sudo -E nvim'
|
||||||
alias xclip='xclip -selection "clipboard"'
|
alias xclip='xclip -selection "clipboard"'
|
||||||
@@ -114,4 +114,4 @@ alias cp="cp -riv"
|
|||||||
alias mkdir="mkdir -pv"
|
alias mkdir="mkdir -pv"
|
||||||
alias ssh="TERM=xterm-256color ssh"
|
alias ssh="TERM=xterm-256color ssh"
|
||||||
alias yeet="sudo pacman -Rns"
|
alias yeet="sudo pacman -Rns"
|
||||||
|
alias ip="ip -c=auto"
|
||||||
|
|||||||
Reference in New Issue
Block a user