Skip to content

Commit

Permalink
Cleaned up some noise in the output and startup of shells
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTr committed May 20, 2024
1 parent 9eda19c commit a671e16
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 24 deletions.
Binary file modified Config/Preferences/com.googlecode.iterm2.plist
Binary file not shown.
36 changes: 18 additions & 18 deletions Config/Xcode/TimTr Dark.xccolortheme
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<key>DVTScrollbarMarkerWarningColor</key>
<string>0.937255 0.717647 0.34902 1</string>
<key>DVTSourceTextBackground</key>
<string>0.0593097 0.0593209 0.059307 1</string>
<string>0.0645066 0.0645066 0.0645066 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>0.5 0.5 0.5 1</string>
<key>DVTSourceTextCurrentLineHighlightColor</key>
Expand All @@ -95,15 +95,15 @@
<key>DVTSourceTextInvisiblesColor</key>
<string>0.5 0.5 0.5 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.136972 0.104962 0.0695214 1</string>
<string>0.0382766 0.143328 0.350102 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.145098 0.568627 0.52549 1</string>
<key>xcode.syntax.character</key>
<string>0.845619 0.845619 0.845619 1</string>
<key>xcode.syntax.comment</key>
<string>0.27099 0.31232 0.332514 1</string>
<string>0.27182 0.289624 0.39479 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.262099 0.4621 0.495959 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
Expand Down Expand Up @@ -139,11 +139,11 @@
<key>xcode.syntax.keyword</key>
<string>0.114574 0.633574 0.964563 1</string>
<key>xcode.syntax.mark</key>
<string>0.257648 0.717747 0.189822 1</string>
<string>0.323259 0.92111 0.232525 1</string>
<key>xcode.syntax.markup.code</key>
<string>0.665 0.052 0.569 1</string>
<key>xcode.syntax.number</key>
<string>0.227296 1 0.438567 1</string>
<string>0.191379 0.822222 0.361929 1</string>
<key>xcode.syntax.plain</key>
<string>0.682131 0.74416 0.798634 1</string>
<key>xcode.syntax.preprocessor</key>
Expand Down Expand Up @@ -176,41 +176,41 @@
<key>xcode.syntax.comment.doc.keyword</key>
<string>SFMono-Semibold - 17.0</string>
<key>xcode.syntax.declaration.other</key>
<string>SFMono-Semibold - 17.0</string>
<string>SFMono-MediumItalic - 17.0</string>
<key>xcode.syntax.declaration.type</key>
<string>SFMono-Semibold - 17.0</string>
<string>SFMono-MediumItalic - 17.0</string>
<key>xcode.syntax.identifier.class</key>
<string>SFMono-Light - 17.0</string>
<string>SFMono-Semibold - 17.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>SFMono-Light - 17.0</string>
<string>SFMono-SemiboldItalic - 17.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>SFMono-Light - 17.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>SFMono-Light - 17.0</string>
<string>SFMono-Medium - 17.0</string>
<key>xcode.syntax.identifier.function</key>
<string>SFMono-Light - 17.0</string>
<string>SFMono-Medium - 17.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>SFMono-Light - 17.0</string>
<string>SFMono-Medium - 17.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>SFMono-Light - 17.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>SFMono-Light - 17.0</string>
<key>xcode.syntax.identifier.type</key>
<string>SFMono-Light - 17.0</string>
<string>SFMono-Semibold - 17.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>SFMono-Light - 17.0</string>
<string>SFMono-Medium - 17.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>SFMono-Light - 17.0</string>
<string>SFMono-Medium - 17.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>SFMono-Light - 17.0</string>
<string>SFMono-Medium - 17.0</string>
<key>xcode.syntax.keyword</key>
<string>SFMono-Light - 17.0</string>
<key>xcode.syntax.mark</key>
<string>SFMono-Semibold - 17.0</string>
<key>xcode.syntax.markup.code</key>
<string>SFMono-Light - 17.0</string>
<key>xcode.syntax.number</key>
<string>SFMono-Semibold - 17.0</string>
<string>SFMono-Medium - 17.0</string>
<key>xcode.syntax.plain</key>
<string>SFMono-Light - 17.0</string>
<key>xcode.syntax.preprocessor</key>
Expand All @@ -226,7 +226,7 @@
<key>xcode.syntax.regex.other</key>
<string>SFMono-Light - 17.0</string>
<key>xcode.syntax.string</key>
<string>SFMono-SemiboldItalic - 17.0</string>
<string>SFMono-LightItalic - 17.0</string>
<key>xcode.syntax.url</key>
<string>SFMono-LightItalic - 17.0</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Linux/dot-aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ then
alias llt='ls -oAFG --color'

else
echo "Aliasing \`ll\` and other \`ls\` commands to use \`eza\`"
## Aliasing 'ls' commands to use 'eza'
alias ll='eza --long --sort=Name --git --git-repos -I "Icon?" --group-directories-first --no-quotes --no-permissions --no-user'
alias lla='eza -a --long --sort=Name --git -I "Icon?" -I ".DS_Store" --group-directories-first'
alias llx='eza -a --long --sort=Name --git -I "Icon?" -I ".DS_Store" --group-directories-first -@ -Z'
Expand Down
3 changes: 2 additions & 1 deletion Linux/dotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ cp $DOTFILES_ROOT/Config/dot-gitconfig $HOME/.gitconfig
cp $DOTFILES_ROOT/Config/dot-gitignore $HOME/.gitignore
cp $DOTFILES_ROOT/Config/dot-vimrc $HOME/.vimrc

echo "Empty file to silence new shell messages" >> $HOME/.hushlogin

# Register gitignore and other git stuff
git config --global core.excludesfile ~/.gitignore

Expand All @@ -35,7 +37,6 @@ else
fi



message "Restart the terminal" "After restart, you can run the following commands:"
bullet "git config --global user.name \"Your Name\""
bullet "git config --global user.email \"youremail@yourdomain.com\""
Expand Down
3 changes: 1 addition & 2 deletions Mac/dot-aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ then
# Make standard 'ls' look prettier, with colors and sorting
# alias ls='ls -FG'
else
echo "Aliasing \`ll\` and other \`ls\` commands to use \`eza\`"

## Aliasing 'ls' commands to use 'eza'
alias ll='eza --long --sort=Name --git --git-repos -I "Icon?" --group-directories-first --no-quotes --no-permissions --no-user'
alias lls='eza --sort=Name --git --git-repos -I "Icon?" --group-directories-first --no-quotes'
alias lla='eza -a --long --sort=Name --git -I "Icon?" -I ".DS_Store" --group-directories-first'
Expand Down
4 changes: 2 additions & 2 deletions Mac/dot-zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ source $HOME/.functions
source $HOME/.zshenv

# Report tha .zshrc is loading and at what time
TIMENOW=$(date +%d-%m-%Y" "%H:%M:%S)
message ".zshrc" "Launched $SHELL' at ${TIMENOW}."
# TIMENOW=$(date +%d-%m-%Y" "%H:%M:%S)
# message ".zshrc" "Launched $SHELL' at ${TIMENOW}."

# Warn about installing Homebrew if it is not yet present
which -s brew &> /dev/null
Expand Down
1 change: 1 addition & 0 deletions Mac/dotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ cp $DOTFILES_ROOT/Mac/dot-zshrc.sh $HOME/.zshrc
cp $DOTFILES_ROOT/Mac/dot-zshenv.sh $HOME/.zshenv
cp $DOTFILES_ROOT/Mac/dot-aliases.sh $HOME/.aliases
cp $DOTFILES_ROOT/Mac/dot-functions.sh $HOME/.functions
echo "Empty file to silence new shell messages" >> $HOME/.hushlogin

# Copy Git and other config files
cp $DOTFILES_ROOT/Config/dot-gitconfig $HOME/.gitconfig
Expand Down
8 changes: 8 additions & 0 deletions dotfiles.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

0 comments on commit a671e16

Please sign in to comment.