Terminal setup details #1
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
stephen/atelier-ocean#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from stephenway/atelier-ocean#1 — originally opened by @willsoto on 2015-12-29
Would you be able to share what terminal / theme you are using? Thanks in advance!
Originally posted by @stephenway on 2015-12-29
See #2
Originally posted by @willsoto on 2015-12-29
Sorry, I was unclear. I meant in terms of whether or not you are using
oh-my-zsh, what themes that is, etc.
On Dec 29, 2015 2:41 PM, "Stephen Way" notifications@github.com wrote:
Originally posted by @stephenway on 2015-12-29
Oh yea, i used that a long time ago, but felt it was too heavy on load so I played around in regular zsh for a while, then fish, then back to bash because it seems to have the least resistance to my tooling due to syntax support. Theme is setup for base16 right now. You can check out my dotfiles here https://github.com/stephenway/sysconfig
I use iTerm for a very small reason, and this may not apply to you if your not into vim much, but simply love that my cursor is white and inverts the text it's on to black. You can make terminal get close, but not dynamic enough for contrast.
Originally posted by @willsoto on 2015-12-29
Thanks for that! I am looking for the prompt in particular, but I can't seem to find it. When you have a chance, could you point me in the right direction if it is there?
Thanks in advance!
Originally posted by @stephenway on 2015-12-29
Prompt
https://github.com/stephenway/sysconfig/blob/master/bash_profile#L64
relies on these functions
https://github.com/stephenway/sysconfig/blob/master/bashrc#L126
Originally posted by @willsoto on 2015-12-29
Awesome! Thanks