GithubHelp home page GithubHelp logo

dubuqingfeng / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 5.0 142 KB

 关于 mac 和 ubuntu 的一些 dotfiles

License: MIT License

Shell 91.77% Ruby 8.23%
homebrew homebrew-packages mac-dotfiles zsh

dotfiles's Introduction

life

logo

logo

logo

Platform & Tools

Languages

PHP Golang Python JavaScript Java C C++ TypeScript SQL Dart Rust Lua

Not good at Algorithm, Sooner or later we will be replaced by AI.

Technologies

Blockchain: Bitcoin Ethereum Defi

Computations: Flink

Dev: Flutter Backend Crawler Android Node.js React Vue

Security: Web Android Bin

Database: MySQL Redis ClickHouse

DevOps: Docker Kubernetes AWS CI/CD Linux

Other: LaTeX Machine Learning

Public Full Stack Projects

  • sitenav(网址导航)
  • Rubik's Cube Robot(解魔方机器人)
  • blockchain-testcases
  • Dotfiles
  • More...

Monitor: api-monitor(api监控) stratum-server-monitor(StratumServer监控)

Crawler: BitNodeCrawler(比特币节点信息爬虫) Crawler-PoolIncome

Proxy: BlockchainNode-Proxy

Docker Image: Coin-Daemon Docker-Images

Awesome: awesome-blockchain-explorer awesome-code

Private Projects

  • BitQuant
  • crawlers
  • git-backup
  • BTCcom-work-cli
  • Erc20-admin
  • More...

Public Lives

  • Flink Forward Asia 2020, Realtime computing, From 0 to 1

How To Find Me?

Resume: Resume

Tech's Blog Life's Blog

Wechat Twitter Weibo Zhihu

dotfiles's People

Contributors

dubuqingfeng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dotfiles's Issues

linux

ruby
pm-utils
vim
git
curl

php-composer安装

PHPbrew 切换到php7.0.12
在homebrew安装composer的时候,遇到了

dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib Referenced from: /Users/qingfeng/.phpbrew/php/php-7.0.12/bin/php Reason: image not found

然后通过以下链接将readline改为6.3版本,ok

http://qiita.com/Daiki_Nagaoka/items/328ffcbdfa17beeb9e11

过程简记:

http://core.ring.gr.jp/pub/GNU/readline/

mv readline-6.3 /usr/local/Cellar/readline-6.3

cd /usr/local/Cellar/readline-6.3

pwd 
#/usr/local/Cellar/readline-6.3にいることを確認
./configure --prefix=/usr/local/Cellar/readline/6.3 --mandir=/usr/local/Cellar/readline/6.3/share/man --infodir=/usr/local/Cellar/readline/6.3/share/info --enable-multibyte

make

make install

brew info readline

brew switch readline 6.3

最后发现其实这样就可以直接安装了。

phpbrew app get composer

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.