housekeeping
parent
4e2aa6bcb7
commit
bfbb1d6206
11
.screenrc
11
.screenrc
|
@ -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
|
||||
|
|
@ -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.
|
11
README.md
11
README.md
|
@ -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
|
||||
|
|
|
@ -1,24 +1,23 @@
|
|||
set constantshow
|
||||
## set mouse
|
||||
## set nowrap
|
||||
|
||||
set minibar
|
||||
set minicolor white,green
|
||||
|
||||
set scrollercolor white,green
|
||||
set titlecolor white,green
|
||||
set keycolor white,green
|
||||
set functioncolor white,green
|
||||
|
||||
set linenumbers
|
||||
set numbercolor white,green
|
||||
|
||||
set nohelp
|
||||
## set indicator
|
||||
|
||||
set guidestripe 80
|
||||
set stripecolor red,normal
|
||||
## set zero
|
||||
|
||||
bind ^P linenumbers all
|
||||
|
||||
set constantshow
|
||||
## set mouse
|
||||
## set nowrap
|
||||
|
||||
set minibar
|
||||
set minicolor white,green
|
||||
|
||||
set scrollercolor white,green
|
||||
set titlecolor white,green
|
||||
set keycolor white,green
|
||||
set functioncolor white,green
|
||||
|
||||
set linenumbers
|
||||
set numbercolor white,green
|
||||
|
||||
set nohelp
|
||||
## set indicator
|
||||
|
||||
set guidestripe 80
|
||||
set stripecolor red,normal
|
||||
## set zero
|
||||
|
||||
bind ^P linenumbers all
|
|
@ -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
|
|
@ -1,14 +1,14 @@
|
|||
if [ $UID -eq 0 ]; then NCOLOR="green"; else NCOLOR="white"; fi
|
||||
|
||||
user='%{$fg[magenta]%}%B%n%b%{$reset_color%}'
|
||||
host='@$fg[magenta]%}%B%m%b%{$reset_color%}:%{$fg[magenta]%}%30<...<%~%<<%{$reset_color%}'
|
||||
PROMPT='['$user$host']%(!.#.$) '
|
||||
RPROMPT='$(git_prompt_info)'
|
||||
|
||||
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_CLEAN=""
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}(x)"
|
||||
|
||||
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"
|
||||
if [ $UID -eq 0 ]; then NCOLOR="green"; else NCOLOR="white"; fi
|
||||
|
||||
user='%{$fg[magenta]%}%B%n%b%{$reset_color%}'
|
||||
host='@$fg[magenta]%}%B%m%b%{$reset_color%}:%{$fg[magenta]%}%30<...<%~%<<%{$reset_color%}'
|
||||
PROMPT='['$user$host']%(!.#.$) '
|
||||
RPROMPT='$(git_prompt_info)'
|
||||
|
||||
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_CLEAN=""
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}(x)"
|
||||
|
||||
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"
|
|
@ -1,64 +1,72 @@
|
|||
{
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"telemetry.enableCrashReporter": false,
|
||||
"telemetry.enableTelemetry": false,
|
||||
"window.zoomLevel": 0,
|
||||
"liveshare.guestApprovalRequired": true,
|
||||
"markdown.preview.fontSize": 16,
|
||||
"editor.formatOnSave": false, // fuck this shit
|
||||
"window.title": "${dirty}${activeEditorShort}@vscode", // edgy, todo: remove [Unsupported] somehow
|
||||
// Zen mode stuff
|
||||
"zenMode.hideTabs": true,
|
||||
"zenMode.fullScreen": false,
|
||||
"zenMode.centerLayout": false,
|
||||
"zenMode.hideLineNumbers": false,
|
||||
"zenMode.hideActivityBar": true,
|
||||
"zenMode.hideStatusBar": true,
|
||||
"zenMode.silentNotifications": true,
|
||||
"zenMode.restore": true, // if quit in zen, open in zen
|
||||
"editor.renderIndentGuides": false, // the funny tab things piss me off
|
||||
"css.completion.completePropertyWithSemicolon": false, // would rather type out myself
|
||||
"html.autoClosingTags": false, // would rather type out myself
|
||||
"editor.renderWhitespace": "none", // remove funny space dots
|
||||
"editor.useTabStops": false, // OH BOY Fuck this
|
||||
"breadcrumbs.enabled": false, //directory listing, sometimes nice but i like it off
|
||||
"window.menuBarVisibility": "toggle", // isn't that what the alt key is for?
|
||||
"workbench.activityBar.visible": true,
|
||||
"editor.minimap.enabled": false, // never liked this go begin with
|
||||
"workbench.statusBar.visible": true, // sometimes nice, hidden in zen
|
||||
"workbench.iconTheme": null, // looks nicer without icons
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.background": "#031d09", // css doesn't change this one thing for some reason
|
||||
"editor.background": "#031d09", // and this
|
||||
"scrollbarSlider.background": "#031d09", // these hide scroll bar into background
|
||||
"scrollbarSlider.activeBackground": "#031d09",
|
||||
"scrollbarSlider.hoverBackground": "#031d09",
|
||||
"editorGroup.emptyBackground": "#031d09",
|
||||
"editorGroup.border": "#031d09", // this line is about as thing as my patience
|
||||
"editorWidget.background": "#031d09", // hehe funny find
|
||||
"tab.activeBackground": "#031d09",
|
||||
"tab.inactiveBackground": "#031d09",
|
||||
"editorGroupHeader.tabsBackground": "#031d09",
|
||||
"editorGroupHeader.noTabsBackground": "#031d09",
|
||||
"breadcrumbPicker.background": "#031d09",
|
||||
"list.activeSelectionBackground": "#031d09",
|
||||
"list.hoverBackground": "#031d09",
|
||||
"settings.checkboxBackground": "#031d09",
|
||||
"settings.dropdownBackground": "#031d09",
|
||||
"settings.numberInputBackground": "#031d09",
|
||||
"settings.textInputBackground": "#031d09",
|
||||
"sideBar.background": "#031d09",
|
||||
"sideBarSectionHeader.background": "#031d09",
|
||||
"statusBar.background": "#031d09",
|
||||
"titleBar.activeBackground": "#031d09",
|
||||
"titleBar.inactiveBackground": "#031d09"
|
||||
},
|
||||
"files.associations": {
|
||||
"*.HC": "c"
|
||||
},
|
||||
"editor.fontFamily": "Unifont, Consolas, 'Courier New', monospace",
|
||||
"editor.fontSize": 16,
|
||||
"[html]": {
|
||||
"editor.formatOnSave": false
|
||||
}
|
||||
{
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"telemetry.enableCrashReporter": false,
|
||||
"telemetry.enableTelemetry": false,
|
||||
"window.zoomLevel": 0,
|
||||
"liveshare.guestApprovalRequired": true,
|
||||
"markdown.preview.fontSize": 16,
|
||||
"editor.formatOnSave": false, // fuck this shit
|
||||
"window.title": "${dirty}${activeEditorShort}@vscode",
|
||||
"zenMode.fullScreen": false,
|
||||
"zenMode.centerLayout": false,
|
||||
"zenMode.hideLineNumbers": false,
|
||||
"zenMode.hideActivityBar": true,
|
||||
"zenMode.hideStatusBar": true,
|
||||
"zenMode.silentNotifications": true,
|
||||
"zenMode.restore": true, // the funny tab things piss me off
|
||||
"css.completion.completePropertyWithSemicolon": false, // would rather type out myself
|
||||
"html.autoClosingTags": false, // would rather type out myself
|
||||
"editor.renderWhitespace": "all",
|
||||
"editor.useTabStops": false, // OH BOY Fuck this
|
||||
"breadcrumbs.enabled": false, //directory listing, sometimes nice but i like it off
|
||||
"window.menuBarVisibility": "toggle",
|
||||
"editor.minimap.enabled": false, // never liked this go begin with
|
||||
"workbench.statusBar.visible": true, // sometimes nice, hidden in zen
|
||||
"workbench.iconTheme": null, // looks nicer without icons
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.background": "#031d09", // css doesn't change this one thing for some reason
|
||||
"editor.background": "#031d09", // and this
|
||||
"scrollbarSlider.background": "#031d09", // these hide scroll bar into background
|
||||
"scrollbarSlider.activeBackground": "#031d09",
|
||||
"scrollbarSlider.hoverBackground": "#031d09",
|
||||
"editorGroup.emptyBackground": "#031d09",
|
||||
"editorGroup.border": "#031d09", // this line is about as thing as my patience
|
||||
"editorWidget.background": "#031d09", // hehe funny find
|
||||
"tab.activeBackground": "#031d09",
|
||||
"tab.inactiveBackground": "#031d09",
|
||||
"editorGroupHeader.tabsBackground": "#031d09",
|
||||
"editorGroupHeader.noTabsBackground": "#031d09",
|
||||
"breadcrumbPicker.background": "#031d09",
|
||||
"list.activeSelectionBackground": "#031d09",
|
||||
"list.hoverBackground": "#031d09",
|
||||
"settings.checkboxBackground": "#031d09",
|
||||
"settings.dropdownBackground": "#031d09",
|
||||
"settings.numberInputBackground": "#031d09",
|
||||
"settings.textInputBackground": "#031d09",
|
||||
"sideBar.background": "#031d09",
|
||||
"sideBarSectionHeader.background": "#031d09",
|
||||
"statusBar.background": "#031d09",
|
||||
"titleBar.activeBackground": "#031d09",
|
||||
"titleBar.inactiveBackground": "#031d09"
|
||||
},
|
||||
"files.associations": {
|
||||
"*.HC": "c",
|
||||
"*.H": "c",
|
||||
"*.HPP": "cpp",
|
||||
"*mpy": "python",
|
||||
"*.starfall": "lua"
|
||||
},
|
||||
// "editor.fontFamily": "Unifont, Consolas, 'Courier New', monospace",
|
||||
|
||||
"editor.fontFamily": "'Sarasa Mono J', Unifont, Consolas, 'Courier New', monospace", // unifont looks weird on high dpi displays
|
||||
"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"
|
||||
}
|
Loading…
Reference in New Issue