Giter Club home page Giter Club logo

dotfiles's Introduction

Dotfiles

My config files

Install

  1. Auto install: curl -sL https://raw.githubusercontent.com/arthurc0102/dotfiles/master/setup.sh | sh
  2. Manual install:
    1. Clone this repo: git clone https://github.com/arthurc0102/dotfiles.git ~/.dotfiles.
    2. Run setup script: sh ~/.dotfiles/setup.sh or link config file to the right place by yourself.

Setup

Git

Update name and email in ~/.gitconfig.user

If you need to use multi account add config below to your .gitconfig.user

[includeIf "gitdir:/path/to/work/"]  # The trailing slash is necessary.
  path = ~/.gitconfig.work

Example for .gitconfig.work

[core]
  sshCommand = "ssh -o IdentitiesOnly=yes -i ~/.ssh/work.pub"

[user]
  email = [email protected]
  name = Your Name

Pyenv

Install pyenv: curl https://pyenv.run | bash

Install python:

pyenv install 3.9.1  # Or other version
pyenv global 3.9.1  # Or other version

Pipx

Make sure you have Python3 already.

If you need pipx, run setup-pipx.sh. Install argcomplete for pipx autocomplete: pipx install argcomplete.

Nvm

Install nvm: git clone https://github.com/nvm-sh/nvm.git ~/.nvm

Install node:

nvm install --lts
nvm use --lts

Font

Cascadia Code: https://github.com/microsoft/cascadia-code

Test

  • Test startup speed: /usr/bin/time zsh -i -c exit

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.