-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora environment #12
Conversation
# import .fzf key bindings | ||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | ||
|
||
# Add $HOME/bin to path for custom bash scripts | ||
export PATH=$PATH:$HOME/bin | ||
export PATH=$PATH:$HOME/Library/Python/3.7/bin | ||
# export PATH=$PATH:$HOME/Library/Python/3.7/bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was only part of the homebrew install of python and might no longer be necessary with Catalina
zplug 'themes/blinks', from:oh-my-zsh | ||
zplug zsh-users/zsh-syntax-highlighting, defer:2 | ||
zplug mafredri/zsh-async, from:github | ||
zplug sindresorhus/pure, use:pure.zsh, from:github, as:theme |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this theme better
Plug '/usr/local/opt/fzf' " import Homebrew fzf installation | ||
Plug 'junegunn/fzf.vim' " fzf function wrapper | ||
" Plug '/usr/local/opt/fzf' " import Homebrew fzf installation | ||
" Plug 'junegunn/fzf.vim' " fzf function wrapper |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I never had fzf working well, possibly can fix this at a later date
" --- Misc Formatting --- | ||
Plug 'hashivim/vim-terraform' | ||
" Plug 'hashivim/vim-terraform' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will need to uncomment this when I get to working on tf again
@@ -0,0 +1,183 @@ | |||
# i3 config file (v4) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are needed for the linux install but not so much for mac - they'll not be symlinked by the setup playbook
These are the changes that have gone into the linux install from https://github.com/jeremy-hanna/setup