Skip to content
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

Merged
merged 8 commits into from
Mar 10, 2020
Merged

Fedora environment #12

merged 8 commits into from
Mar 10, 2020

Conversation

jeremy-hanna
Copy link
Owner

These are the changes that have gone into the linux install from https://github.com/jeremy-hanna/setup

# 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
Copy link
Owner Author

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
Copy link
Owner Author

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
Copy link
Owner Author

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'
Copy link
Owner Author

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)
Copy link
Owner Author

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

@jeremy-hanna jeremy-hanna merged commit 2030311 into master Mar 10, 2020
@jeremy-hanna jeremy-hanna deleted the fedora-environment branch March 10, 2020 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant