Skip to content

poislagarde/bash-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

bash-profile

Requirements

  • macOS
  • iTerm2
  • brew (Homebrew)
  • Git installed via brew
  • Autojump installed via brew

Installation

Clone repo somewhere and hard link your bash_profile

git clone git@github.com:poislagarde/bash-profile.git
ln [clone-dir]/bash_profile.sh ~/.bash_profile

Git

Use this alias instead of installing git-up:

git config --global alias.up 'pull --rebase --autostash'

ssh-agent

Add the following config in ~/.ssh/config:

Host *
   UseKeychain yes
   AddKeysToAgent yes
   IdentityFile ~/.ssh/id_rsa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages