Skip to content

This repository contains some dotfiles on my mac.

Notifications You must be signed in to change notification settings

SharryXu/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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