https://github.com/casedami/dotfiles
https://github.com/casedami/dotfiles
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casedami/dotfiles
- Owner: cdmill
- Created: 2023-05-14T17:21:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-22T23:39:53.000Z (12 months ago)
- Last Synced: 2025-07-23T01:22:16.449Z (12 months ago)
- Language: Nushell
- Homepage:
- Size: 893 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# setup
```bash
git clone https://github.com/cdmill/dotfiles.git ~/dotfiles
cd ~/dotfiles
```
if you're using linux you can run the init script to install curl, the rust toolchain,
and nushell. Once those are installed the init script calls `install.nu` to finish the
setup.
```bash
./init.sh
```