SharryXu / dotfiles

This repository contains some dotfiles on my mac.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

This repository contains some user settings and dotfiles.

Usage

Basic installation

  1. You can install this via the commandline with either curl or wget.

via curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/SharryXu/dotfiles/master/install.sh)"

via wget

sh -c "$(wget https://raw.githubusercontent.com/SharryXu/dotfiles/master/install.sh -O -)"

Manually installation

  1. Clone this repository to your local folder.
  2. Run ./previous-folder/bin/dotfile -i . to install all those userful settings and dotfiles.
  3. Restart the terminal and enjoy!

đź‘€ Notice: If you don't want to provide the path of dotfile folder, you can append export DOTFILES_PATH=<path> to ~/.bashrc and ~/.zshrc or edit the value if the property already exist.

TODOs

  • Try to seperate all backup methods.
  • Try to concentrate same package tool installation.
  • Add vscode backup like code --list-extensions

About

This repository contains some dotfiles on my mac.


Languages

Language:Shell 45.2%Language:Emacs Lisp 29.6%Language:Ruby 8.8%Language:Python 8.6%Language:Vim Script 6.4%Language:JavaScript 1.2%Language:D 0.2%