mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43: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/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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue