zoukankan      html  css  js  c++  java
  • configure new Linux/Mac

    vim   http://www.cnblogs.com/wswang/p/5088078.html

    sublime   http://jingyan.baidu.com/article/3aed632e66dc877011809166.html

    zsh  sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

    zsh plugins  http://www.jianshu.com/p/9189eac3e52d

    https://segmentfault.com/a/1190000002658335

    sudo.plugin https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/sudo/sudo.plugin.zsh

    修改zsh作为默认的shell,chsh -s /bin/zsh(Mac/Linux reboot)

    tmux   https://github.com/linux-wang/conf-backup

    python  http://blog.csdn.net/kingppy/article/details/13080919

    virtualenv/virtualenvwrapper  http://pythonguidecn.readthedocs.io/zh/latest/dev/virtualenvs.html

    pip https://pip.pypa.io/en/stable/installing/

    pycharm active http://www.cnblogs.com/hanggegege/p/6763329.html

    xfce的亮度 https://forum.xfce.org/viewtopic.php?pid=29952(安装xbacklight)

    homebrew  /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  • 相关阅读:
    Java hibernate 遇到的问题:could not read a hi value
    Java 小知识
    Java 在使用@Select遇到的问题:拼接字符串将数组拼为了字符串
    飞逝的光阴
    终于回来了
    再说创客
    离开一段时间
    抛弃QP
    关于创客
    对DTU系统结构的重新思考
  • 原文地址:https://www.cnblogs.com/wswang/p/5235063.html
Copyright © 2011-2022 走看看