Compare commits

..

No commits in common. "a7d790fad54e789fb73e88254c28b656f9f3f53d" and "bf4205ddefa8940e5286c46817ba17e257cea968" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -29,7 +29,7 @@ casks = [
# Ubuntu -----------------------------------------------------------------------
# Ubuntu 24.04.2 LTS 測試過
# TODO: lazygit, chezmoi尚未處理
# TODO: lazygit尚未處理
[packages.linux.ubuntu]
apt = [
'sudo',
@ -39,12 +39,10 @@ apt = [
'gcc',
'eza',
'neovim',
'ueberzug',
]
# Debian -----------------------------------------------------------------------
# Debian 12, Debian 13 測試過
# TODO: chezmoi尚未處理
# 特別備註:
# Debain 12 (bookworm) 沒有eza但是有exa
# Debain 12 (bookworm) 沒有ueberzugpp但是有ueberzug

View File

@ -19,8 +19,8 @@ export VISUAL=nvim
{{/* ---- 設定與修復PATH路徑對應 ------------------------------------------- */ -}}
export PATH="$PATH:$HOME/bin"
export PATH="$PATH:$HOME/.local/bin" # Created by `pipx` on 2023-01-30 19:57:14
# Created by `pipx` on 2023-01-30 19:57:14
export PATH="$PATH:$HOME/.local/bin"
# GoLang Path
export PATH="$PATH:$HOME/go/bin"