You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
Step 3: Ghostty Setup
Open "Ghostty" app
Press Command + , to open app preferences
Paste the below configuration
shell-integration = zsh
# Font settings
font-family = Berkeley Mono
font-size = 16
# Cursor settings
mouse-hide-while-typing = true
cursor-style-blink = false
cursor-style = block
adjust-cursor-thickness = 300%
# Don't ask when closing
confirm-close-surface = false
# Always save the state of window when quitting
window-save-state = always
Restart Ghostty app
Step 4: Oh-My-Zsh Setup
Run sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" to install Oh-My-Zsh
Replace the .zshrc file in this repo
Install zsh-autosuggestions by using git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
Install spaceship theme by using npm install -g spaceship-zsh-theme
Step 5: tmux Configuration
Run git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm