Giter VIP home page Giter VIP logo

dotfiles's Introduction

My Personal Dotfiles

Installation

1. Install zsh if needed

sudo apt install zsh

or

brew install zsh  # Should be pre-installed in macOS

2. Change default shell to zsh

chsh -s zsh

3. Clone and link dotfiles

git clone https://github.com/mhjuan/dotfiles.git
ln -s dotfiles/.gitconfig ~/.gitconfig
ln -s dotfiles/.zshrc ~/.zshrc

4. Setup git config

5. For macOS, install brew

  • brew.sh
  • For Apple Silicon
    • a. Install the ARM version (default) brew first at /opt/homebrew/bin/
    • b. Do 6. first
    • c. brew install iterm2
    • d. Duplicate iterm2 app for x86 arch and install x86 version brew
    • e. ln -s dotfiles/.zprofile ~/.zprofile && ln -s dotfiles/.zprofile ~/.profile

6. Install zplug, load zsh plugins, and setup shell settings

  • For macOS, brew install coreutils first.
    • Required at least for colored ls to work.
    • Remember to add export PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH" to .zshrc file.
  • source .zshrc
  • If substring search using arrow key up/down not working, check keystroke by cat -v and change it in line 54, 55.
  • Github page of zplug

dotfiles's People

Contributors

mhjuan avatar

Watchers

 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.