https://github.com/ickc/dotfiles
my public dotfiles
https://github.com/ickc/dotfiles
Last synced: 9 months ago
JSON representation
my public dotfiles
- Host: GitHub
- URL: https://github.com/ickc/dotfiles
- Owner: ickc
- License: bsd-3-clause
- Created: 2019-11-21T04:46:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-05T13:24:21.000Z (9 months ago)
- Last Synced: 2025-10-05T15:18:37.607Z (9 months ago)
- Language: Shell
- Size: 603 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
my public dotfiles
Put non-public env var into `config/zsh/.env`.
# Dependencies
- conda & mamba
- zim
- sman
# Install
```bash
mkdir -p ~/git/source
cd ~/git/source
git clone git@github.com:ickc/dotfiles.git ||
git clone https://github.com/ickc/dotfiles.git
cd dotfiles
. config/zsh/.zshenv
. config/zsh/.zshrc
make uninstall && make install && make
. config/zsh/.zshenv
. config/zsh/.zshrc
```