Giter Site home page Giter Site logo

react-blog-practice's People

Contributors

benson00077 avatar

Watchers

 avatar

react-blog-practice's Issues

[紀錄] 關於 oh-my-zsh 設定和除錯

  • 設定參考這裡
  • 遇到的問題跟解法:here
  • VScode 內會無法顯示出 oh-my-zsh 內按照 Powerlevel10k 設定的主題會出現的 icon,參考這裡,把VsCode terminal.integrated.fontFamily字型設定成MesloLGS NF就可。(這個字型是參考 iterm2 偏好設定內顯示的字型)

[紀錄] 關於 nvm 設定

因為把 zsh 改成 oh-my-zsh,所以可能 nvm 設定跑掉。按照之前筆記設定,新增設定到~/.zshrc之後再輸入. ~/.zshrc就可以了(等同source ~/.zshrc)

新增的設定如下

## nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion

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.