-
Notifications
You must be signed in to change notification settings - Fork 0
MacOS
Adam Conkey edited this page Dec 26, 2022
·
5 revisions
These are some steps I have needed to take to get my system setup the way I like.
Need to install bash-completion to get tab completes:
brew install bash-completion
- Add to
.bash_profile
:[[ -r "$(brew --prefix)/etc/profile.d/bash_completion.sh" ]] && . "$(brew --prefix)/etc/profile.d/bash_completion.sh"
Can enable password-less logins to a remote server by copying ssh key to the remote:
ssh-copy-id -i ~/.ssh/id_rsa.pub adam@REMOTE_IP
brew install tmux