-
Notifications
You must be signed in to change notification settings - Fork 22
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
Configure global installation #62
base: master
Are you sure you want to change the base?
Conversation
I may test this if you ask me to, but not immediately, just hit me up, i'll get back to you |
@BarbzYHOOL I would appreciate that! It should be ready now. |
@hunter-richardson I was gonna test, i was reading the new readme (saw few typos + link to the obsolete "tuvistavie" github name) and the changed files, and then i thought "but how do i install it??" plz give me a simple way to test this (also i haven't tried a PR for more than 2 years, i'm a bit rusty) |
@BarbzYHOOL LMAO I wrote the README changes to with the idea in mind that @danhper would merge it. So the link to my new installation script is broken until that happens. You should be able to just follow the installation instructions, but replace the broken link with the working one. EDIT: I just realized that simply using my installer also wouldn't grab my new changes to wget https://raw.githubusercontent.com/hunter-richardson/fundle-global/master/install-fundle-global.fish
nano ./install-fundle-global.fish
# replace "https://raw.githubusercontent.com/tuvistavie/fundle/master/$i/fundle.fish" with "https://raw.githubusercontent.com/hunter-richardson/fundle-global/master/$i/fundle.fish"
# Ctrl-X y Enter
fish -c "source ./install-fundle-global.fish"
# optionally with --restrict-user-plugins
rm -rf ./install-fundle-global.fish |
Couldn't install, here are the commands and the output hastebin.com/danexexika.yaml |
@hunter-richardson in case you didn't see my reply |
the hastebin has expired sadly, but it was full of errors, i don't remember, couldn't install it |
@BarbzYHOOL I was able to scan your error log briefly; if I remember correctly, the first few lines looked like invalid permissions. Were you a logged-in as a sudoer on your machine? EDIT: My bad, I just realized that even if you are a sudoer, you still have to |
tried the commands you posted on november 3rd, nothing worked, I don't recall the errors but I think it was permission related |
Hi and thanks a lot for working on this. First, something like this will not work:
because only
so that the file is actually written to using sudo. |
@danhper Good catch, and thanks for the assist! I have corrected these errors, although I don't fully understand the distinction with the change to |
#50
fundle list
printout (disabled the list verbosity flag)Also (this can be rolled back if necessary, since it isn't related):
builtin
andcommand
where possible to avoid invoking user aliasesecho
withprintf
where possible, sinceecho
is more expensiveargparse
to implement --argument-based functionalityPlease note: I have not been able to test this functionality, since I don't currently have a personal computer (thanks, ex-wife) and I can't run
fish
at work.