Updated config
This commit is contained in:
@ -76,7 +76,7 @@ alias bios "systemctl reboot --firmware-setup"
|
|||||||
alias cfg "config"
|
alias cfg "config"
|
||||||
alias cls "clear"
|
alias cls "clear"
|
||||||
alias debug "blinkenlights"
|
alias debug "blinkenlights"
|
||||||
alias disasm "ndisasm -b 64 -e 4096"
|
alias disasm "llvm-objdump --disassembler-color=on --x86-asm-syntax=intel -d"
|
||||||
alias ff "fastfetch"
|
alias ff "fastfetch"
|
||||||
alias hex "hexdump -C"
|
alias hex "hexdump -C"
|
||||||
alias log "journalctl"
|
alias log "journalctl"
|
||||||
|
@ -5,13 +5,14 @@
|
|||||||
"current_line_highlight": "none",
|
"current_line_highlight": "none",
|
||||||
"ensure_final_newline_on_save": false,
|
"ensure_final_newline_on_save": false,
|
||||||
"hard_tabs": true,
|
"hard_tabs": true,
|
||||||
|
"icon_theme": "VSCode Icons (Dark)",
|
||||||
"scroll_beyond_last_line": "off",
|
"scroll_beyond_last_line": "off",
|
||||||
"show_wrap_guides": false,
|
"show_wrap_guides": false,
|
||||||
"tab_size": 4,
|
"tab_size": 4,
|
||||||
"ui_font_family": "Ubuntu Nerd Font",
|
"ui_font_family": "Ubuntu Nerd Font",
|
||||||
"ui_font_size": 16,
|
"ui_font_size": 17,
|
||||||
"features": {
|
"features": {
|
||||||
"inline_completion_provider": "none"
|
"edit_prediction_provider": "zed"
|
||||||
},
|
},
|
||||||
"git": {
|
"git": {
|
||||||
"inline_blame": {
|
"inline_blame": {
|
||||||
@ -32,8 +33,8 @@
|
|||||||
},
|
},
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "dark",
|
"mode": "dark",
|
||||||
"light": "One Light",
|
"light": "KTRZ Monokai",
|
||||||
"dark": "One Dark"
|
"dark": "KTRZ Monokai"
|
||||||
},
|
},
|
||||||
"toolbar": {
|
"toolbar": {
|
||||||
"breadcrumbs": false,
|
"breadcrumbs": false,
|
||||||
|
Reference in New Issue
Block a user