Skip to content

My OS X terminal configuration using iTerm2, Nushell, and Helix. Take what you like.

Notifications You must be signed in to change notification settings

alexmingoia/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My OS X terminal configuration using iTerm2, Nushell, and Helix. Take what you like.

Resources

Stars

Watchers

Forks