Skip to content

Commit

Permalink
feat: add iTerm2 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Jun 27, 2024
1 parent 20a9635 commit 9fc0081
Show file tree
Hide file tree
Showing 4 changed files with 2,179 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Insert this into a macOS terminal. The script will detail its actions and then h

All my command-line tools, applications, and their configurations. Have fun 😎💅

- iTerm with rose-pine moon theme.
- iTerm2 with rose-pine moon theme. All my iTerm2 configurations will be linked via MacOS configuration. Needs manual restart iTerm2 afterwards.
- zsh and Oh My Zsh with Spaceship theme.
- Git and SSH key generation. See [gitconfig](/git/.gitconfig) for more information about my Git aliases.
- Create a Projects folder. For clone all projects in GitHub, try `make github`.
Expand Down
6 changes: 5 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -e

# Print a step description
TOTAL_STEPS=10
TOTAL_STEPS=11
STEP=1
function step_msg {
printf "\033[36;1m[%s/%s] %s...\033[0m\n" "$STEP" "$TOTAL_STEPS" "$1";
Expand Down Expand Up @@ -101,6 +101,10 @@ mkdir -p "$(bat --config-dir)/themes"
cd "$(bat --config-dir)/themes" && curl --remote-name-all https://raw.githubusercontent.com/rose-pine/tm-theme/main/dist/themes/rose-pine{,-dawn,-moon}.tmTheme >/dev/null
bat cache --build

# -- Set up the iTern2 ---------------------------------------------------------
step_msg "Setting up the iTern2"
sh ./iterm/settings.sh

# -- Git -----------------------------------------------------------------------
step_msg "Configuring Git"
git config --global user.email "$GIT_EMAIL"
Expand Down
Loading

0 comments on commit 9fc0081

Please sign in to comment.