Git Product home page Git Product logo

dotfiles's Issues

Add mac and linode files for vim test

Mac + Docker

let test#ruby#rspec#executable='docker compose -f docker-compose.yml exec -e COLUMNS=jd_stty_cols -e LINES=jd_stty_rows spring bundle exec spring rspec'

Mac/Linode

let test#ruby#rspec#executable='rspec'

Even though we have specified ruby 2.7.6, its installing ruby 3 and that too errored out.

ruby-3.0.0 - #extracting ruby-3.0.0 to /Users/praveen/.rvm/src/ruby-3.0.0.....
ruby-3.0.0 - #configuring..........................................................................
ruby-3.0.0 - #post-configuration.
ruby-3.0.0 - #compiling...........................................................................................................................................|
Error running '__rvm_make -j8',
please read /Users/praveen/.rvm/log/1690970090_ruby-3.0.0/make.log

There has been an error while running make. Halting the installation.

Make bootstrap to consider Mac or Linux

Create Script to setup machine

Steps for script -

Setup Instructions

  1. Install Homebrew
  2. Copy ~/.ssh/* to new laptop - (copy from secret gist)
  3. git clone [email protected]:praveendhawan/dotfiles.git
    Or simply install yadm and do yadm clone ... Step 7 and skip step 6
  4. brew bundle —file=~/dotfiles/.Brewfile
  5. Install Oh-my-zsh
  6. rm -rf ~/dotfiles
  7. yadm clone [email protected]:praveendhawan/dotfiles.git
  8. sudo easy_install pip
  9. pip install --user powerline-status
  10. git clone https://github.com/powerline/fonts.git --depth=1
  11. fonts/install.sh
  12. rm -rf fonts
  13. copy exercise config from the previous laptop (copy from secret gist)
  14. git clone https://github.com/k-takata/minpac.git
    ~/.config/nvim/pack/minpac/opt/minpac
  15. Copy workspace folder from previous laptop
  16. install nvim
  17. :PackUpdate
  18. sudo sh -c "echo $(which zsh) >> /etc/shells"
  19. chsh -s $(which zsh)
  20. Change Terminal Preference to load default login shell
  21. Copy .exercism.json, .tags, .jiffy-deploy.env. files from previous laptop (copy from secret gist)
  22. git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
  23. Paste this in zshrc -
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white'
  24. gpg --keyserver hkp://pgp.mit.edu --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
  25. curl -sSL https://get.rvm.io | bash
  26. rvm install ruby 2.3.7
  27. gem install bundler
  28. bundle install
  29. gem install ripper-tags
  30. copy gist to make ripper-tags wrapper work

Optional

  1. gem install cheatsheet (for generating custom cheatsheets for Dash)

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.