https://github.com/bing-su/.dotfiles
My dotfiles
https://github.com/bing-su/.dotfiles
Last synced: 4 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/bing-su/.dotfiles
- Owner: Bing-su
- License: cc0-1.0
- Created: 2022-07-05T00:47:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T01:13:14.000Z (5 months ago)
- Last Synced: 2025-02-03T02:22:13.818Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 523 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### .zshrc
```sh
curl https://raw.githubusercontent.com/Bing-su/.dotfiles/main/.zshrc > ~/.zshrc
```### install [starship](https://starship.rs/)
```sh
curl -sS https://starship.rs/install.sh | sh
``````sh
echo 'eval "$(starship init bash)"' >> ~/.bashrc
```### install [zplug](https://github.com/zplug/zplug)
```sh
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
```### change default shell to `zsh`
```sh
sudo chsh -s $(which zsh) [USER_NAME]
```### conda
[miniconda](https://docs.conda.io/en/latest/miniconda.html)
- [linux amd64](https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh)
- [linux arm64](https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh)[mambaforge](https://github.com/conda-forge/miniforge)
- [linux amd64](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh)
- [linux arm64](https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-aarch64.sh)### torch
```
https://download.pytorch.org/whl/torch_stable.html
```### WSL cuda LD_LIBRARY_PATH
```sh
export LD_LIBRARY_PATH=/usr/lib/wsl/lib
```### [code-server](https://code.visualstudio.com/docs/remote/vscode-server)
```sh
wget -O- https://aka.ms/install-vscode-server/setup.sh | sh
```### Long live colab session
```py
%%html```
[](https://ko-fi.com/F1F1L7V2N)