housekeeping

master
utsuho 2025-02-05 17:24:04 +00:00
parent 4e2aa6bcb7
commit bfbb1d6206
Signed by: utsuho
GPG Key ID: 8162F60A581FE151
15 changed files with 148 additions and 114 deletions

View File

@ -1,11 +0,0 @@
hardstatus alwayslastline
caption always "%{= R}[%{= G}%c:%{= G}%s%{= R}] %{= R}[%{= G}${USER}%{= R}@%{= G}%H%{= R}]%{= G} %{= R}[%{= G}%n %t %h%{= R}]%{= G} %W"
termcapinfo xterm|xterms|xs|rxvt ti@:te@
defscrollback 10000
bindkey ^N screen
bindkey ^T title

21
LICENSE 100644
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2025 Creative Commons
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1,4 +1,11 @@
<img src="img/u.png" alt="utsuho" width="200"/> <img src="https://utsuho.rocks/img/u.png" alt="utsuho" width="200"/>
# my personal dotfiles
probably not useful to you but feel free to look, use or remix!
## folders
[system-any](system-any) for any of my systems, usually as a base
[system-specific](system-any) for specific systems
# my personal dotfiles

BIN
img/u.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 KiB

View File

@ -1,24 +1,23 @@
set constantshow set constantshow
## set mouse ## set mouse
## set nowrap ## set nowrap
set minibar set minibar
set minicolor white,green set minicolor white,green
set scrollercolor white,green set scrollercolor white,green
set titlecolor white,green set titlecolor white,green
set keycolor white,green set keycolor white,green
set functioncolor white,green set functioncolor white,green
set linenumbers set linenumbers
set numbercolor white,green set numbercolor white,green
set nohelp set nohelp
## set indicator ## set indicator
set guidestripe 80 set guidestripe 80
set stripecolor red,normal set stripecolor red,normal
## set zero ## set zero
bind ^P linenumbers all bind ^P linenumbers all

View File

@ -0,0 +1,10 @@
hardstatus alwayslastline
caption always "%{= kR}[%{= kG}%c:%{= kG}%s%{= kR}] %{= kR}[%{= kG}${USER}%{= kR}@%{= kG}%H%{= kR}]%{= kG} %{= kR}[%{= kG}%n %t %h%{= kR}]%{= kG} %W"
#shelltitle "$ |bash"
termcapinfo xterm|xterms|xs|rxvt ti@:te@
defscrollback 10000
bindkey ^N screen
bindkey ^T title

View File

@ -1,14 +1,14 @@
if [ $UID -eq 0 ]; then NCOLOR="green"; else NCOLOR="white"; fi if [ $UID -eq 0 ]; then NCOLOR="green"; else NCOLOR="white"; fi
user='%{$fg[magenta]%}%B%n%b%{$reset_color%}' user='%{$fg[magenta]%}%B%n%b%{$reset_color%}'
host='@$fg[magenta]%}%B%m%b%{$reset_color%}:%{$fg[magenta]%}%30<...<%~%<<%{$reset_color%}' host='@$fg[magenta]%}%B%m%b%{$reset_color%}:%{$fg[magenta]%}%30<...<%~%<<%{$reset_color%}'
PROMPT='['$user$host']%(!.#.$) ' PROMPT='['$user$host']%(!.#.$) '
RPROMPT='$(git_prompt_info)' RPROMPT='$(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[gray]%}(%{$fg_no_bold[yellow]%}%B" ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[gray]%}(%{$fg_no_bold[yellow]%}%B"
ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[gray]%})%{$reset_color%} " ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[gray]%})%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_CLEAN="" ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}(x)" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}(x)"
export LSCOLORS="Gxfxcxdxbxegedabagacad" export LSCOLORS="Gxfxcxdxbxegedabagacad"
export LS_COLORS="di=34:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=31;40" export LS_COLORS="di=34:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=31;40"

View File

@ -1,64 +1,72 @@
{ {
"extensions.ignoreRecommendations": true, "extensions.ignoreRecommendations": true,
"telemetry.enableCrashReporter": false, "telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false, "telemetry.enableTelemetry": false,
"window.zoomLevel": 0, "window.zoomLevel": 0,
"liveshare.guestApprovalRequired": true, "liveshare.guestApprovalRequired": true,
"markdown.preview.fontSize": 16, "markdown.preview.fontSize": 16,
"editor.formatOnSave": false, // fuck this shit "editor.formatOnSave": false, // fuck this shit
"window.title": "${dirty}${activeEditorShort}@vscode", // edgy, todo: remove [Unsupported] somehow "window.title": "${dirty}${activeEditorShort}@vscode",
// Zen mode stuff "zenMode.fullScreen": false,
"zenMode.hideTabs": true, "zenMode.centerLayout": false,
"zenMode.fullScreen": false, "zenMode.hideLineNumbers": false,
"zenMode.centerLayout": false, "zenMode.hideActivityBar": true,
"zenMode.hideLineNumbers": false, "zenMode.hideStatusBar": true,
"zenMode.hideActivityBar": true, "zenMode.silentNotifications": true,
"zenMode.hideStatusBar": true, "zenMode.restore": true, // the funny tab things piss me off
"zenMode.silentNotifications": true, "css.completion.completePropertyWithSemicolon": false, // would rather type out myself
"zenMode.restore": true, // if quit in zen, open in zen "html.autoClosingTags": false, // would rather type out myself
"editor.renderIndentGuides": false, // the funny tab things piss me off "editor.renderWhitespace": "all",
"css.completion.completePropertyWithSemicolon": false, // would rather type out myself "editor.useTabStops": false, // OH BOY Fuck this
"html.autoClosingTags": false, // would rather type out myself "breadcrumbs.enabled": false, //directory listing, sometimes nice but i like it off
"editor.renderWhitespace": "none", // remove funny space dots "window.menuBarVisibility": "toggle",
"editor.useTabStops": false, // OH BOY Fuck this "editor.minimap.enabled": false, // never liked this go begin with
"breadcrumbs.enabled": false, //directory listing, sometimes nice but i like it off "workbench.statusBar.visible": true, // sometimes nice, hidden in zen
"window.menuBarVisibility": "toggle", // isn't that what the alt key is for? "workbench.iconTheme": null, // looks nicer without icons
"workbench.activityBar.visible": true, "workbench.colorCustomizations": {
"editor.minimap.enabled": false, // never liked this go begin with "activityBar.background": "#031d09", // css doesn't change this one thing for some reason
"workbench.statusBar.visible": true, // sometimes nice, hidden in zen "editor.background": "#031d09", // and this
"workbench.iconTheme": null, // looks nicer without icons "scrollbarSlider.background": "#031d09", // these hide scroll bar into background
"workbench.colorCustomizations": { "scrollbarSlider.activeBackground": "#031d09",
"activityBar.background": "#031d09", // css doesn't change this one thing for some reason "scrollbarSlider.hoverBackground": "#031d09",
"editor.background": "#031d09", // and this "editorGroup.emptyBackground": "#031d09",
"scrollbarSlider.background": "#031d09", // these hide scroll bar into background "editorGroup.border": "#031d09", // this line is about as thing as my patience
"scrollbarSlider.activeBackground": "#031d09", "editorWidget.background": "#031d09", // hehe funny find
"scrollbarSlider.hoverBackground": "#031d09", "tab.activeBackground": "#031d09",
"editorGroup.emptyBackground": "#031d09", "tab.inactiveBackground": "#031d09",
"editorGroup.border": "#031d09", // this line is about as thing as my patience "editorGroupHeader.tabsBackground": "#031d09",
"editorWidget.background": "#031d09", // hehe funny find "editorGroupHeader.noTabsBackground": "#031d09",
"tab.activeBackground": "#031d09", "breadcrumbPicker.background": "#031d09",
"tab.inactiveBackground": "#031d09", "list.activeSelectionBackground": "#031d09",
"editorGroupHeader.tabsBackground": "#031d09", "list.hoverBackground": "#031d09",
"editorGroupHeader.noTabsBackground": "#031d09", "settings.checkboxBackground": "#031d09",
"breadcrumbPicker.background": "#031d09", "settings.dropdownBackground": "#031d09",
"list.activeSelectionBackground": "#031d09", "settings.numberInputBackground": "#031d09",
"list.hoverBackground": "#031d09", "settings.textInputBackground": "#031d09",
"settings.checkboxBackground": "#031d09", "sideBar.background": "#031d09",
"settings.dropdownBackground": "#031d09", "sideBarSectionHeader.background": "#031d09",
"settings.numberInputBackground": "#031d09", "statusBar.background": "#031d09",
"settings.textInputBackground": "#031d09", "titleBar.activeBackground": "#031d09",
"sideBar.background": "#031d09", "titleBar.inactiveBackground": "#031d09"
"sideBarSectionHeader.background": "#031d09", },
"statusBar.background": "#031d09", "files.associations": {
"titleBar.activeBackground": "#031d09", "*.HC": "c",
"titleBar.inactiveBackground": "#031d09" "*.H": "c",
}, "*.HPP": "cpp",
"files.associations": { "*mpy": "python",
"*.HC": "c" "*.starfall": "lua"
}, },
"editor.fontFamily": "Unifont, Consolas, 'Courier New', monospace", // "editor.fontFamily": "Unifont, Consolas, 'Courier New', monospace",
"editor.fontSize": 16,
"[html]": { "editor.fontFamily": "'Sarasa Mono J', Unifont, Consolas, 'Courier New', monospace", // unifont looks weird on high dpi displays
"editor.formatOnSave": false "editor.fontSize": 16,
} "[html]": {
"editor.formatOnSave": false
},
"window.titleBarStyle": "native",
"zenMode.showTabs": "single",
"editor.guides.indentation": false,
"git.openRepositoryInParentFolders": "never",
"window.customTitleBarVisibility": "never",
"python.defaultInterpreterPath": "N:\\conda"
} }