Laptop Setup

Table of Contents

Tools I use daily

  • Raycast: improved spotlight search for mac, with many plugins
  • Rectangle: Mac window manager (Raycast also has this functionality)
  • Obsidian: For Managing my notes
  • Lunar: Controlling Monitor without using Buttons
  • iTerm2: Terminal Emulator (has native tmux support)

My dotfiles are available on github

Things I find myself using frequently

I started using Atuin to manage shell history between multiple devices

atuin setup to have shell history across devices:

atuin setup docker image and database
change /Users/edwinzamudio/.config/atuin/config.toml to self hosted server
atuin register -u notedwin -e zamudio.e13@gmail.com

bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh)
atuin register -u <USERNAME> -e <EMAIL> or atuin login
atuin import auto

atuin sync

echo 'eval "$(atuin init zsh)"' >> ~/.zshrc

# importing history from files
atuin import auto