https://github.com/llllvvuu/dotfiles
https://github.com/llllvvuu/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/llllvvuu/dotfiles
- Owner: llllvvuu
- Created: 2015-07-13T09:34:52.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T05:42:04.000Z (9 months ago)
- Last Synced: 2025-01-15T22:25:25.561Z (5 months ago)
- Language: Lua
- Homepage:
- Size: 315 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Get software
1. Install distro packages from `.pkg/distro/$YOUR_DISTRO.txt` using `sed`/`awk`/`xargs`/etc
2. Install [`rustup`](https://github.com/rust-lang/rustup), which gives you `cargo`
3. [`cargo install mise`](https://github.com/jdx/mise)
4. `mise install node python go`
5. Install [`ghcup`](https://www.haskell.org/ghcup/) (for Haskell)
6. Install runtime packages from `.pkg/runtime/*.txt`
7. Build and install Neovim nightly ([README](https://github.com/neovim/neovim/wiki/Building-Neovim))## Install configs
```sh
git submodule update --init --recursive
mkdir -p ~/.config
stow */
```## Uninstall configs
```sh
stow -D */
```