https://github.com/winglim/dotfiles
WingLim's .files, auto config shell and some develop environment.
https://github.com/winglim/dotfiles
Last synced: 3 months ago
JSON representation
WingLim's .files, auto config shell and some develop environment.
- Host: GitHub
- URL: https://github.com/winglim/dotfiles
- Owner: WingLim
- License: mit
- Created: 2020-11-15T10:33:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T16:08:57.000Z (over 3 years ago)
- Last Synced: 2025-01-16T12:52:41.594Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
  
WingLim's `.files`, auto config shell and some develop environment.
Inspired by [SukkaW/dotfiles](https://github.com/SukkaW/dotfiles)
## Usage
```bash
curl -o- https://raw.githubusercontent.com/WingLim/dotfiles/main/install.sh | bash# jsdelivr cdn
curl -o- https://cdn.jsdelivr.net/gh/WingLim/dotfiles@main/install.sh | bash
```## Options
### `--noproxy`
Script will add `proxy` and `noproxy` function to `.zshrc` for user to use [Clash](https://github.com/Dreamacro/clash) as proxy.
Use `--noproxy` to remove these functions.
## WSL2
If you are using WSL2 Ubuntu, you can use below script to config `nameserver`
Default `nameserver` is `223.5.5.5`
```bash
curl -o- https://raw.githubusercontent.com/WingLim/dotfiles/main/wsl/set_nameserver.sh | bash# jsdelivr cdn
curl -o- https://cdn.jsdelivr.net/gh/WingLim/dotfiles@main/wsl/set_nameserver.sh | bash
```You can custom the `nameserver` like this:
```bash
curl -o- https://raw.githubusercontent.com/WingLim/dotfiles/main/wsl/set_nameserver.sh | bash "1.1.1.1"
```