feat(macOS): Add macOS TWM configs

This commit is contained in:
js0ny 2024-11-30 02:31:01 +00:00
parent f69dc967e0
commit 567c8d1b3b
17 changed files with 247 additions and 3 deletions

View file

@ -1,4 +1,6 @@
# $DOTFILES/zsh/common.zshrc
# $DOTFILES/tools/zsh/common.zshrc
# Date: 2024-11-30
# Author: contact@js0ny.net
# This is the entry point for all zsh configuration files
# 这是所有zsh配置文件的入口点

View file

@ -1,4 +1,7 @@
# $DOTFILES/tools/zsh/global.zshenv
# Date: 2024-11-30
# Author: contact@js0ny.net
# $DOTFILES/tools/zsh/global.zshenv
# system-wide zshenv file 系统级别的 zshenv 文件,用于设置全局环境变量
# Location:

View file

@ -1,4 +1,6 @@
# $DOTFILES/tools/zsh/mod/alias.zsh
# Date: 2024-11-30
# Author: contact@js0ny.net
# Sourced by user's zshrc 在用户的 zshrc 中被引用
# PowerShell Equivalent, for cross-platform compatibility
@ -29,10 +31,10 @@ alias sn="sudo nvim"
# lsd - modern ls
if command -v lsd > /dev/null; then
alias ls='lsd -A'
alias ls='lsd -A -I .DS_Store -I .git'
alias l='lsd -lah'
alias ll='lsd -l'
alias tree='lsd --tree'
alias tree='lsd --tree -I .DS_Store -I .git'
fi
# Functions #

View file

@ -1,4 +1,6 @@
# $DOTFILES/tools/zsh/mod/config.zsh
# Date: 2024-11-30
# Author: contact@js0ny.net
# Sourced by user's zshrc 在用户的 zshrc 中被引用
# ZSH Config, no need to `export` these variables

View file

@ -1,4 +1,6 @@
# $DOTFILES/tools/zsh/mod/env.zsh
# Date: 2024-11-30
# Author: contact@js0ny.net
# Sourced by user's zshrc 在用户的 zshrc 中被引用
# This file stores only environment variables that only called by

View file

@ -1,4 +1,6 @@
# $DOTFILES/tools/zsh/mod/keymap.zsh
# Date: 2024-11-30
# Author: contact@js0ny.net
# Sourced by user's zshrc 在用户的 zshrc 中被引用

View file

@ -1,4 +1,6 @@
# $DOTFILES/tools/zsh/mod/navi.zsh
# Date: 2024-11-30
# Author: contact@js0ny.net
# Sourced by user's zshrc 在用户的 zshrc 中被引用
# Relative navigation #

View file

@ -1,4 +1,6 @@
# $DOTFILES/tools/zsh/mod/prompt.zsh
# Date: 2024-11-30
# Author: contact@js0ny.net
# Sourced by user's zshrc 在用户的 zshrc 中被引用
export STARSHIP_CONFIG=$DOTFILES/tools/starship/starship_zsh.toml

View file

@ -1,4 +1,6 @@
# $DOTFILES/tools/zsh/zshenv
# Date: 2024-11-30
# Author: contact@js0ny.net
# User-specific environment variables for zsh 用户级别的 zsh 环境变量
# Location: