rm vscodium, added ccdt alias
This commit is contained in:
@@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"editor.fontSize": 18,
|
|
||||||
"editor.fontFamily": "'ComicShannsMono Nerd Font Mono', 'Droid Sans Mono', 'monospace', monospace",
|
|
||||||
"files.enableTrash": false,
|
|
||||||
"window.restoreWindows": "none",
|
|
||||||
"editor.parameterHints.enabled": false,
|
|
||||||
"window.customTitleBarVisibility": "auto",
|
|
||||||
"window.commandCenter": false,
|
|
||||||
"workbench.layoutControl.enabled": false,
|
|
||||||
"terminal.integrated.tabs.enabled": false,
|
|
||||||
"explorer.compactFolders": false,
|
|
||||||
"workbench.startupEditor": "none",
|
|
||||||
"terminal.integrated.enablePersistentSessions": false,
|
|
||||||
"terminal.integrated.fontFamily": "'ComicShannsMono Nerd Font Mono', 'monospace', monospace",
|
|
||||||
"terminal.integrated.fontSize": 16,
|
|
||||||
"update.showReleaseNotes": false,
|
|
||||||
"explorer.confirmDragAndDrop": false,
|
|
||||||
"editor.minimap.enabled": false,
|
|
||||||
"jupyter.askForKernelRestart": false,
|
|
||||||
"chat.commandCenter.enabled": false,
|
|
||||||
"files.associations": {
|
|
||||||
"*.kv": "yaml"
|
|
||||||
},
|
|
||||||
"terminal.integrated.cursorBlinking": true,
|
|
||||||
"editor.cursorBlinking": "expand",
|
|
||||||
"editor.cursorSmoothCaretAnimation": "on",
|
|
||||||
"svelte.enable-ts-plugin": true
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"Hugo friendly current time": {
|
|
||||||
"scope": "markdown, yaml",
|
|
||||||
"prefix": "hg-time",
|
|
||||||
"body": "${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}${CURRENT_TIMEZONE_OFFSET}",
|
|
||||||
"description": "Inserts a Hugo friendly current time"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"Creates a new main function.": {
|
|
||||||
"prefix": "newmain",
|
|
||||||
"body": [
|
|
||||||
"def main():",
|
|
||||||
"\t$1",
|
|
||||||
"",
|
|
||||||
"if __name__ == \"__main__\":",
|
|
||||||
"\tmain()"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -5,3 +5,4 @@ alias pbcopy="xsel -i -b"
|
|||||||
alias pbpaste="xsel -o -b"
|
alias pbpaste="xsel -o -b"
|
||||||
alias hs="hugo server --disableFastRender && rm -r public"
|
alias hs="hugo server --disableFastRender && rm -r public"
|
||||||
alias us="./uploadsite.sh"
|
alias us="./uploadsite.sh"
|
||||||
|
alias ccdt="date -Is | pbcopy"
|
||||||
|
|||||||
@@ -14,14 +14,6 @@ mkdir -p ~/.config/ncmpcpp
|
|||||||
ln -sf $PWD/.config/ncmpcpp/config ~/.config/ncmpcpp/config
|
ln -sf $PWD/.config/ncmpcpp/config ~/.config/ncmpcpp/config
|
||||||
echo "ncmpcpp links... Done."
|
echo "ncmpcpp links... Done."
|
||||||
|
|
||||||
# Links for VSCodium
|
|
||||||
|
|
||||||
echo "Making links for VSCodium"
|
|
||||||
mkdir -p ~/.config/VSCodium/User
|
|
||||||
ln -sf $PWD/.config/VSCodium/User/settings.json ~/.config/VSCodium/User/settings.json
|
|
||||||
ln -sfT $PWD/.config/VSCodium/User/snippets ~/.config/VSCodium/User/snippets
|
|
||||||
echo "VSCodium links... Done."
|
|
||||||
|
|
||||||
# Links for nvim
|
# Links for nvim
|
||||||
|
|
||||||
echo "Making links for NVIM"
|
echo "Making links for NVIM"
|
||||||
|
|||||||
Reference in New Issue
Block a user