考慮到window的 vim操作,發現git bash自帶命令列很好用。
vim寫作markdown真的好用 還不是為了裝逼
只是配色很不爽,就找了這個.
不要怕非常簡單麻煩,需要2步驟
1- 開啟git bash
2 - 把以下**複製以下到~/.minttyrc
,覆蓋重啟軟體即可
foregroundcolour=131,148,150
backgroundcolour=0,43,54
cursorcolour=220,50,47
black=7,54,66
boldblack=0,43,54
red=220,50,47
boldred=203,75,22
green=133,153,0
boldgreen=88,110,117
yellow=181,137,0
boldyellow=101,123,131
blue=38,139,210
boldblue=131,148,150
magenta=211,54,130
boldmagenta=108,113,196
cyan=42,161,152
boldcyan=147,161,161
white=238,232,213
boldwhite=253,246,227
boldasfont=-1
fontheight=12
locale=zh_cn
charset=utf-8
font=yahei consolas hybrid
columns=120
rows=40
transparency=off
cursortype=block
cursorblinks=yes
themes two (個人更喜歡這個)
boldasfont=yes
fontheight=12
scrollbar=none
term=xterm-256color
boldascolour=yes
black=7,54,66
red=220,50,47
green=133,153,0
yellow=181,137,0
blue=38,139,210
magenta=211,54,130
cyan=42,161,152
white=238,232,213
boldblack=0,43,54
boldred=203,75,22
boldgreen=88,110,117
boldyellow=101,123,131
boldblue=131,148,150
boldmagenta=108,113,196
boldcyan=147,161,161
boldwhite=253,246,227
foregroundcolour=192,192,192
backgroundcolour=0,43,54
cursorcolour=133,153,0
columns=140
rows=40
boldasfont=-1
locale=zh_cn
charset=utf-8
font=yahei consolas hybrid
transparency=off
cursortype=block
cursorblinks=yes
git bash配置ssh 登入 Linux
1 首先在 linux 伺服器上生成公鑰和私鑰檔案,預設的存放目錄在 ssh下。ssh keygen 可以將密碼留空,這樣之後就可以免密碼登入。2 將私鑰檔案拷貝到本機。這裡最好將私鑰檔案放在 ssh 目錄下,不然在使用 ssh 登入時,需要使用 i 來指定私鑰檔案。3 公鑰檔案需要新增到伺服器的 ...
springmvc 配置主題
你需要做什麼?1.在springmvc servlet.xml中配置響應bean 2.寫主題的配置檔案,乙個主題乙個properties 3.寫css,或響應主題就行了。不需要自己再另外寫controller 專案路徑 這麼配置,自定義 我在這的意思是,1.jsp的css 這個路徑下的css樣式 1...
polybar主題配置
title date br description polybar主題配置 2019 10 04 03 40 19 0700 linux polybar linux polybar是一款強大的狀態列應用 折騰了一天的polybar主題,來記錄一下 cd config git clone 然後在.co...