8000 GitHub - zakallen/shell: :shell: my dev env configs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zakallen/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Shell 🐚

Settings for my dev environment.

Setup

Install everything

  1. Get iTerm2 as a terminal replacement.
  2. Within iTerm download oh my zsh.
  3. Next, install pure-prompt. Use the homebrew installation.
  4. Get iterm2-snazzy.
  5. Also get zsh-syntax-highlighting.

iTerm customization

Here are a couple settings I like to get a full clean version of iTerm where it looks very similar to my old Hyper setup.

  1. Use Minimal Theme
  2. Change font to Menlo
  3. Use a custom window title and set to ~
  4. In the "Panes" section uder "Appearance", set margins for Top/Bottom and Left/Right (Side) to 15

Final touch ups

  1. If you want to remove the "last login" text at the start of each session do:
touch .hushlogin
  1. If the "you've got mail" message also pops up, check out this thread to delete that message.

Symlinks

You'll want to create symlinks between the config files and files in this repo.

Remove the original config file:

rm ~/.zshrc

Next, create the symlink

ln -s ~/path/to/this/repo/.zshrc ~/.zshrc

Now, any changes that happen in this repo will be applied when pulled down.

About

🐚 my dev env configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0