Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 800 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 800 Bytes

Dev Setup

This list is to help me with syncing up my development preferences on my work and personal laptops.

Toolbox

Editor
VSCode

Font
FiraCode

Terminal
iTerm2 (SettingsTheme)

Window Manager
Rectangle (Settings)

Settings

User Environment (.zshrc)

Adding separators between commands: terminal-command-separator

#
# Setup for adding separators between commands on the terminal.
#
setopt promptsubst
PS1=$'${(r:$COLUMNS::_:)}'$PS1