Giter VIP home page Giter VIP logo

tools-setting's Introduction

在这里记录一些自己喜欢的工具以及喜欢的主题的配置(防止每次换电脑或者需要重新安装的时候又要各种去找资料)

对于一些比较日常的工具,如果有一款自己觉得赏心悦目的主题配置,该是一件多么赞的事情啊(作为一个简单阳光的人,真是不能容忍没有色彩的世界,哈哈)

vs code

比较喜欢的是一个主题插件,属于atom的主题,插件名字为One Dark Pro,直接安装重启就行,效果如下,我个人比较喜欢的清新类型:

images

iterm

iterm的体验还是很棒的,但是主题有点少,而且按照[这里]去配置iterm的主题,没有达到效果,于是看到一个同事的配色非常炫酷,然后就直接收藏了,这个主题叫oh-my-zsh

github地址在这里,这里有具体的安装过程

配色也是我喜欢的类型,很清新,而且比较好的是它在执行git命令会显示对应的分支,效果如下:

images

macdown

对于macdown这款markdown编辑器,觉得还是挺不错的,对于编辑工具这种,我原始的做法是使用的线上的马克飞象,然后过渡到像vs code这种编辑器里面直接写markdown,但是体验不太好,因为不能立即看到效果,开始用macdown的时候,还是觉得蛮清爽的。并且找到了一种比较喜欢的主题方案,主题也是借鉴的别人的,地址移步这里,将文件下载并拷贝到macdown的主题文件里面,就可以在macdown的配置中直接选择主题样式就搞定了,最后的效果显示如下:

images

autojump

  • autojump使用 在命令行中可以随便跳转到某个目录,而不需要一次次地 cd ./,但是前提是你必须在此之前去到过这个目录,因为autojump中有一个文件存放着所有你去过的目录

  • autojump安装

    • 安装包
     $ brew install autojump
    • 修改~/.zshrc里面的plugin
     plugins=(git autojump)

    然后继续在上述文件中添加:

    [[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]] && . $(brew --prefix)/etc/profile.d/autojump.sh
    • 使配置生效
     source ~/.zshrc
  • 使用

      j directory

tools-setting's People

Contributors

sunshinewyf avatar

Watchers

James Cloos avatar  avatar

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.