Giter Club home page Giter Club logo

dotfiles's People

Contributors

karlhungus avatar pseudomuto avatar

Watchers

 avatar  avatar

dotfiles's Issues

fasd install script no workie

┏━━  Install source dependencies
┃ ** fetch fasd
┃ Cloning into '/usr/local/src/fasd'...
┃ Fetching origin
┃ Note: checking out '90b531a'.
┃ 
┃ You are in 'detached HEAD' state. You can look around, make experimental
┃ changes and commit them, and you can discard any commits you make in this
┃ state without impacting any branches by performing another checkout.
┃ 
┃ If you want to create a new branch to retain commits you create, you may
┃ do so (now or later) by using -b with the checkout command again. Example:
┃ 
┃ git checkout -b <new-branch-name>
┃ 
┃ HEAD is now at 90b531a... Merge pull request #71 from blueyed/fix-typos
┃ bin/../lib/deltas/source-repo.sh: line 34: ./make: No such file or directory
┗━━  
💥  Phase 'Install source dependencies' failed. Aborting now.

Ruby fails to install

@pseudomuto do you require sudo: sudo bin/setup -a? If the answer is yes then this is moot, if not (i don't recall needing it on osx) then there are permission problems for /usr/local/share I suspect you need it.

** install ruby-install                                                                                           [105/1156]
┃ % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                         
┃ Dload  Upload   Total   Spent    Left  Speed                   
100   131    0   131    0     0    131      0 --:--:-- --:--:-- --:--:--   225
100 25991    0 25991    0     0  25991      0 --:--:-- --:--:-- --:--:--  198k
┃ for dir in `find bin share -type d`; do mkdir -p /usr/local/$dir; done
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/man/man1': Permission denied
┃ Makefile:69: recipe for target 'install' failed                  
┃ make: *** [install] Error 1                                  
┗━━                           ┃ ** install ruby-install                                                                                           [105/1156]
┃ % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                         
┃ Dload  Upload   Total   Spent    Left  Speed                   
100   131    0   131    0     0    131      0 --:--:-- --:--:-- --:--:--   225
100 25991    0 25991    0     0  25991      0 --:--:-- --:--:-- --:--:--  198k
┃ for dir in `find bin share -type d`; do mkdir -p /usr/local/$dir; done
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/ruby-install': Permission denied
┃ mkdir: cannot create directory '/usr/local/share/man/man1': Permission denied
┃ Makefile:69: recipe for target 'install' failed                  
┃ make: *** [install] Error 1                                  
┗━━                           
testuser@584b75b2c8d3:~/dotfiles$ ls -lah /usr/local/share/
total 16K
drwxr-xr-x  4 root root 4.0K Oct 17 04:49 .
drwxr-xr-x 11 root root 4.0K Oct 17 04:49 ..
drwxr-xr-x  2 root root 4.0K Oct 17 04:49 ca-certificates
drwxr-xr-x  2 root root 4.0K Oct  6 11:58 man
testuser@584b75b2c8d3:~/dotfiles$ ls -lah /usr/local/ | grep share
lrwxrwxrwx  1 root root    9 Oct  6 11:58 man -> share/man
drwxr-xr-x  4 root root 4.0K Oct 17 04:49 share
testuser@584b75b2c8d3:~/dotfiles$

ohmyzsh fails

not sure if it's the detached head state or the install thats buggering up

┏━━  Install source dependencies
┃ ** fetch oh-my-zsh
┃ Fetching origin
┃ HEAD is now at b908feeb... Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
┃ ✗ ERROR: condition was not met after executing this task.
┗━━  

keybase don't install on it's own

Need to look at 64vs 32:
From https://keybase.io/docs/the_app/install_linux

Ubuntu, Debian, and friends
64-bit

curl -O https://prerelease.keybase.io/keybase_amd64.deb
# if you see an error about missing `libappindicator1`
# from the next command, you can ignore it, as the
# subsequent command corrects it
sudo dpkg -i keybase_amd64.deb
sudo apt-get install -f
run_keybase

32-bit

curl -O https://prerelease.keybase.io/keybase_i386.deb
# if you see an error about missing `libappindicator1`
# from the next command, you can ignore it, as the
# subsequent command corrects it
sudo dpkg -i keybase_i386.deb
sudo apt-get install -f
run_keybase

osx problem

  • links to golang are busted for osx, should be ln /usr/local/go/bin/go /usr/local/bin/go
  • fortune somehow gets buggered up on osx -0- never says applied -- or maybe things have to get re sourced? (maybe fixed with version removal)
  • java is busted (just commented out)
  • powerline fonts break

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.