Compare commits
No commits in common. "c23a86ba3bc92b0a0dd783bbf3e7dfdd2b9e9582" and "98254b9dc47a889d67d9b3bf603497f7ba9b2af5" have entirely different histories.
c23a86ba3b
...
98254b9dc4
@ -1,7 +1,6 @@
|
||||
{{- $name := promptStringOnce . "name" "請輸入您的姓名" -}}
|
||||
{{- $email := promptStringOnce . "email" "輸入您的Email地址" -}}
|
||||
{{- $isServer := promptBoolOnce . "isServer" "Does this machine is Server" -}}
|
||||
{{- $enableSixel := promptBoolOnce . "enableSixel" "Is enable terminal output with sixel" -}}
|
||||
{{- $enableGUI := promptBoolOnce . "enableGUI" "Does this machine have a GUI" -}}
|
||||
{{- $enableYcm := promptBoolOnce . "enableYcm" "Is enable Vim YCM compatible (Will use 2.7GB)" -}}
|
||||
sourceDir = "~/.local/share/chezmoi"
|
||||
@ -10,6 +9,5 @@ sourceDir = "~/.local/share/chezmoi"
|
||||
name = {{ $name | quote }}
|
||||
email = {{ $email | quote }}
|
||||
serverStyle = {{ $isServer }}
|
||||
enableSixel = {{ not $enableSixel }} {{/* TODO: packages.toml還沒處理 */}}
|
||||
noGUI = {{ not $enableGUI }}
|
||||
enableYcm = {{ $enableYcm }}
|
||||
|
||||
@ -4,10 +4,6 @@ chezmoi.code-workspace
|
||||
|
||||
dconf.ini
|
||||
|
||||
{{ if not .enableSixel }}
|
||||
.config/nvim/lua/plugins/components/image.lua
|
||||
{{ end }}
|
||||
|
||||
{{/* ---- 沒有圖形界面 ---------------------------------------------------- */ -}}
|
||||
{{ if .noGUI }}
|
||||
.config/iterm2/
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 MiB |
@ -3,6 +3,8 @@ Yuan dotfile 自用環境設定檔
|
||||
來放個調了很久的做事環境... 其實是最近有轉移多臺電腦的需求😅,想說就把我的設定整理起來,之後換電腦換機器的時候,我習慣的環境可以方便一點這樣帶著走🚗。
|
||||

|
||||
|
||||

|
||||
|
||||
主要是chezmoi用來統整這些dotfiles檔案,常用作業系統是Manjaro (Arch Linux) 和 macOS,有針對這兩個作業系統調整過了,也寫好Script盡量可以一兩行指令直接懶人安裝到好。
|
||||
|
||||
目前比較著重在vim和zsh,有稍微調過GVim和Alacritty、Konsole設定,還有zsh和git幾個我常用的alias,也有處理過在終端機界面顯示圖片的支援(不過實際上會用到的軟體實在不多😅)。
|
||||
@ -201,14 +203,8 @@ zinit self-update
|
||||
zinit update
|
||||
```
|
||||
|
||||
neovim
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||

|
||||
|
||||
vim
|
||||
--------------------------------------------------------------------------------
|
||||

|
||||
|
||||
### 第一次啟動請先下以下指令
|
||||
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
{{ if .enableSixel }}
|
||||
set preview_images true
|
||||
set preview_images_method ueberzug
|
||||
{{ end }}
|
||||
default_linemode devicons
|
||||
Loading…
x
Reference in New Issue
Block a user