(change): custom prompt instead of oh-my-zsh
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"editor.fontSize": 16,
|
"editor.fontSize": 18,
|
||||||
"editor.fontFamily": "'Comic Mono', 'Droid Sans Mono', 'monospace', monospace",
|
"editor.fontFamily": "'Comic Mono', 'Droid Sans Mono', 'monospace', monospace",
|
||||||
"files.enableTrash": false,
|
"files.enableTrash": false,
|
||||||
"window.restoreWindows": "none",
|
"window.restoreWindows": "none",
|
||||||
@@ -12,10 +12,10 @@
|
|||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"terminal.integrated.enablePersistentSessions": false,
|
"terminal.integrated.enablePersistentSessions": false,
|
||||||
"terminal.integrated.fontFamily": "'MesloLGS NF', 'monospace', monospace",
|
"terminal.integrated.fontFamily": "'MesloLGS NF', 'monospace', monospace",
|
||||||
|
"terminal.integrated.fontSize": 16,
|
||||||
"update.showReleaseNotes": false,
|
"update.showReleaseNotes": false,
|
||||||
"explorer.confirmDragAndDrop": false,
|
"explorer.confirmDragAndDrop": false,
|
||||||
"editor.minimap.enabled": false,
|
"editor.minimap.enabled": false,
|
||||||
"terminal.integrated.fontFamily": "'MesloLGS NF','monospace',monospace",
|
|
||||||
"jupyter.askForKernelRestart": false,
|
"jupyter.askForKernelRestart": false,
|
||||||
"chat.commandCenter.enabled": false,
|
"chat.commandCenter.enabled": false,
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
|
|||||||
+1
-1
@@ -19,4 +19,4 @@ ln -sf $PWD/.config/VSCodium/User/snippets ~/.config/VSCodium/User/snippets
|
|||||||
# Link for dg-shell
|
# Link for dg-shell
|
||||||
|
|
||||||
ln -sf $PWD/.config/.dg-shell.zsh ~/.config/.dg-shell.zsh
|
ln -sf $PWD/.config/.dg-shell.zsh ~/.config/.dg-shell.zsh
|
||||||
echo -e "\n\nsource ~/.config/.dg-shell.zsh" >> ~/.zshrc
|
ln -sf $PWD/.zshrc ~/.zshrc
|
||||||
|
|||||||
Reference in New Issue
Block a user