Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chneau/x
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/chneau/x
- Owner: chneau
- Created: 2024-09-08T03:10:29.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-02T19:22:16.000Z (5 days ago)
- Last Synced: 2024-11-02T20:20:21.307Z (5 days ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
apt update
apt install -y curl git unzip sudo
useradd c -mG sudo
echo "c ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/c
su c
# then
curl -fsSL https://bun.sh/install | bash
curl -fsSL raw.githubusercontent.com/chneau/dotfiles/master/bootstrap.sh | sh
bash
bun install -fg @chneau/x
# fix all then
x doctor
zsh
```