This repository contains some user settings and dotfiles.
- You can install this via the commandline with either
curl
orwget
.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/SharryXu/dotfiles/master/install.sh)"
sh -c "$(wget https://raw.githubusercontent.com/SharryXu/dotfiles/master/install.sh -O -)"
- Clone this repository to your local folder.
- Run
./previous-folder/bin/dotfile -i .
to install all those userful settings and dotfiles. - 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.
- Try to seperate all backup methods.
- Try to concentrate same package tool installation.
- Add vscode backup like code --list-extensions