Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 957 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 957 Bytes

dotfiles

My MacOS setup using Nushell and Helix editor. Take what you like.

Configuration

  1. Install Homebrew and iTerm2
  2. git clone [email protected]:alexmingoia/dotfiles.git ~/.dotfiles
  3. Symlink nushell configs ln -s ~/.dotfiles/nushell ~/Library/Application\ Support/
  4. Symlink helix configs ln -s ~/.dotfiles/helix ~/.config/
  5. Install nushell and helix brew install nushell helix
  6. Set the default shell to nushell in iTerm2's Settings > Profiles > Default > General, under "Command". Use which nu to get the executable path.
  7. Set the colors to match Helix's theme in iTerm2's Settings > Profiles > Default > Colors, then import the color preset from this repository.
  8. Define any user environment variables in ~/.env.nu (sourced by nushell)

Optional

  • Silence "Last login" on MacOS by symlinking .hushlogin to ~/.hushlogin