mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
Add new iTerm2 themes and configuration files
- Added 'ayu Light.itermcolors' and 'ayu Mirage.itermcolors' themes for iTerm2 with complete color configurations. - Created 'Alfred-Preferences.plist' for Alfred app preferences. - Added 'Moom.plist' for Moom app preferences. - Introduced 'Preferences.sublime-settings' for Sublime Text with customized settings including themes, font, and file exclusions. - Updated zshenv to dynamically set HOMEBREW_CASK_OPTS for application directory. - Removed obsolete Brewfile from the bootstrap directory.
This commit is contained in:
parent
8ecd511397
commit
bca9970477
15 changed files with 1472 additions and 12 deletions
|
@ -47,7 +47,7 @@ export GPG_TTY=$(tty)
|
|||
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0
|
||||
{%@@ endif @@%}
|
||||
{%@@ if distro == 'macos' @@%}
|
||||
export HOMEBREW_CASK_OPTS="--appdir=~/Applications"
|
||||
export HOMEBREW_CASK_OPTS="--appdir={{@@ env['HOME'] @@}}/Applications"
|
||||
|
||||
{%@@ endif @@%}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue