mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(macOS): Add macOS TWM configs
This commit is contained in:
parent
f69dc967e0
commit
567c8d1b3b
17 changed files with 247 additions and 3 deletions
|
|
@ -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配置文件的入口点
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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 #
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
# $DOTFILES/tools/zsh/mod/keymap.zsh
|
||||
# Date: 2024-11-30
|
||||
# Author: contact@js0ny.net
|
||||
# Sourced by user's zshrc 在用户的 zshrc 中被引用
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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 #
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
# $DOTFILES/tools/zsh/zshenv
|
||||
# Date: 2024-11-30
|
||||
# Author: contact@js0ny.net
|
||||
# User-specific environment variables for zsh 用户级别的 zsh 环境变量
|
||||
|
||||
# Location:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue