Coder Social home page Coder Social logo

dotfiles's Introduction

B̅ (cmplstofB)

Babel

Table 1. Language Level
Language Level

日本語

母国語です。

English (US)

I am able to contribute with a basic level of English.

dotfiles's People

Contributors

cmplstofb avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

dotfiles's Issues

雛形にm4を使う

今迄はMakefile.debian,Makefile.archなどと雛形を譜類として分けていたが,
共通部分がかなり多いので,Makefile.inというm4幕令譜を作って,
その中で場合分けする方が良いと考える。

ただ,問題は,例えば梱譜を導入する際に,
DebianとArchではその名前が異なる場合があるということで,
これはちょっと……というかかなり解決が面倒。

go関連

mkdir -p "$XDG_DATA_HOME/go"
go env -w GOPATH="$XDG_DATA_HOME/go"

みたいな。

init.sh不要説

ていうか,想定が面倒すぎる。
sudo,doas相当のものの導入は下手に自動化しない方が良いかも知れない。

Vimの命令行で[[Ctrl]]+[[C]]などで離脱したさいに,その命令を履歴に残さない

" <C-c>で離脱する際,履歴を残さない
" FIXME: これは不完全。
" ‘/’で検索した後<C-c>で離脱すると「histdel(...)」という語句を検索してしまう。
" やりたいのは‘/’で入力した値を消去すること。
" こ無ゾ
if 0 " ここから無効
cnoremap <silent> <C-c> <End><C-u>call<Space>{-><Space>if<Space>getcmdtype()==":"<Space><Bar><Space>histdel("cmd", -1)<Space><Bar><Space>endif}<Enter>
cnoremap <C-c> <C-\>eCmdHstDelX(getcmdtype())<Enter>
function! CmdHstDelX(cmdtype)
if a:cmdtype == ":"
return histdel("cmd", -1)
else
return call getcmdline()
endif
endfunction
endif " ここまで無効

思考はこちらで行う。

メイリオ系字揃の置換規則を改善する

/etc/fonts/conf.d/30-cjk-aliases.conf

    <alias>
        <family>Meiryo</family>
        <accept>
            <family>Noto Sans CJK JP</family>
            <family>IPAMonaPGothic</family>
            <family>TakaoPGothic</family>
            <family>IPAPGothic</family>
            <family>VL PGothic</family>
            <family>Sazanami Gothic</family>
            <family>Kochi Gothic</family>
        </accept>
    </alias>
    <alias>
        <family>メイリオ</family>
        <accept>
            <family>Noto Sans CJK JP</family>
            <family>IPAMonaPGothic</family>
            <family>TakaoPGothic</family>
            <family>IPAPGothic</family>
            <family>VL PGothic</family>
            <family>Sazanami Gothic</family>
            <family>Kochi Gothic</family>
        </accept>
    </alias>

Windowsの登録簿関連

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"ColorPrevalence"=dword:00000000
"EnableTransparency"=dword:00000001
"AppsUseLightTheme"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3]
"Settings"=hex:30,00,00,00,fe,ff,ff,ff,02,14,00,00,01,00,00,00,3e,00,00,00,28,\
  00,00,00,00,00,00,00,10,04,00,00,80,07,00,00,38,04,00,00,60,00,00,00,01,00,\
  00,00

[HKEY_CURRENT_USER\Console]
"ColorTable00"=dword:000c0c0c
"ColorTable01"=dword:00da3700
"ColorTable02"=dword:000ea113
"ColorTable03"=dword:00dd963a
"ColorTable04"=dword:001f0fc5
"ColorTable05"=dword:00981788
"ColorTable06"=dword:00009cc1
"ColorTable07"=dword:00cccccc
"ColorTable08"=dword:00767676
"ColorTable09"=dword:00ff783b
"ColorTable10"=dword:000cc616
"ColorTable11"=dword:00d6d661
"ColorTable12"=dword:005648e7
"ColorTable13"=dword:009e00b4
"ColorTable14"=dword:00a5f1f9
"ColorTable15"=dword:00f2f2f2
"CtrlKeyShortcutsDisabled"=dword:00000000
"CursorColor"=dword:ffffffff
"DefaultBackground"=dword:ffffffff
"DefaultForeground"=dword:ffffffff
"EnableColorSelection"=dword:00000000
"ExtendedEditKey"=dword:00000001
"ExtendedEditKeyCustom"=dword:00000000
"FilterOnPaste"=dword:00000001
"FontSize"=dword:00100000
"ForceV2"=dword:00000001
"FullScreen"=dword:00000000
"InsertMode"=dword:00000001
"LineSelection"=dword:00000001
"LineWrap"=dword:00000001
"LoadConIme"=dword:00000001
"PopupColors"=dword:000000f5
"QuickEdit"=dword:00000001
"ScreenColors"=dword:00000007
"ScrollScale"=dword:00000001
"TerminalScrolling"=dword:00000000
"TrimLeadingZeros"=dword:00000000
"WordDelimiters"=dword:00000000
"CursorSize"=dword:00000064
"FaceName"="BIZ UDゴシック"
"FontFamily"=dword:00000036
"FontWeight"=dword:00000190
"HistoryBufferSize"=dword:00000063
"HistoryNoDup"=dword:00000001
"NumberOfHistoryBuffers"=dword:00000063
"ScreenBufferSize"=dword:270f0080
"WindowAlpha"=dword:000000d9
"WindowSize"=dword:00200080
"CurrentPage"=dword:00000001
"CursorType"=dword:00000001
"InterceptCopyPaste"=dword:00000000

[-HKEY_CURRENT_USER\Console\%SystemRoot%_System32_WindowsPowerShell_v1.0_powershell.exe]

[-HKEY_CURRENT_USER\Console\%SystemRoot%_SysWOW64_WindowsPowerShell_v1.0_powershell.exe]

[HKEY_CURRENT_USER\Control Panel\International]
"iFirstDayOfWeek"="0"

[HKEY_CURRENT_USER\Software\Microsoft\IME\15.0\IMEJP\Dictionaries]
"DIC00"="X:\\imjp15cu.dic,1"

先頭の連字符は削除用指令(参考: https://support.microsoft.com/en-us/topic/how-to-add-modify-or-delete-registry-subkeys-and-values-by-using-a-reg-file-9c7f37cf-a5e9-e1cd-c4fa-2a26218a1a23)。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.