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

761c168 · Apr 18, 2023
Apr 10, 2019
Apr 10, 2019
Jan 7, 2018
Feb 13, 2019
Jun 15, 2022
Jul 27, 2018
May 28, 2018
Mar 24, 2018
Feb 20, 2020
May 5, 2018
Apr 18, 2023
Mar 24, 2019
Apr 8, 2018
Mar 29, 2018
Apr 9, 2018
Jul 27, 2018
Jun 12, 2018

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