https://github.com/manzdev/dotfiles
Dotfiles
https://github.com/manzdev/dotfiles
Last synced: about 1 year ago
JSON representation
Dotfiles
- Host: GitHub
- URL: https://github.com/manzdev/dotfiles
- Owner: ManzDev
- Created: 2022-04-20T01:11:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T03:47:24.000Z (over 1 year ago)
- Last Synced: 2024-11-09T04:28:25.004Z (over 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 23
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ManzDev dotfiles
Script to prepare your GNU/Linux terminal (WSL also) in a «superterminal» with modern, autocompleted commands and other features.
## Includes
- **Shell**: ZSH + OH-MY-ZSH + Agnoster theme
- **Plugins**: Zgen plugin manager + History & Red/green completion commands
- **Essentials tools**: wget + git + make + cmake + g++
- **CLI Editors**: vim + nano + micro
- **CLI tools**: ccze + jq + nnn
- **API/Request tools**: curl + http + googler + ddgr
- **Help/Info**: man + tldr + neofetch
- **Fun**: sl + lolcat + wipeclean + cmatrix
- **Compressors/conversors**: unzip + zip + bzip2 + p7zip + svgo + ttf2woff + woff2 + ffmpeg
- **Language + Package Managers**: Go + Rust + Deno + Node/NVM/PNPM
- **Containers**: Docker
| **Modern commands** |
|-|
| bat (cat) |
| exa (ls, tree) |
| glow (cat .md) |
| jless (cat .json) |
| catimg (image cat) |
| duf (df) |
| ncdu (du) |
| zoxide (cd) |
| htop (top) |
| icdiff (diff) |
| zellij (tmux) |
| hyperfine (time) |
## Installation
```bash
git clone https://github.com/manzdev/dotfiles ~/.dotfiles
cd ~/.dotfiles
bash install.sh
```
* Note: Do not run as root/sudo this file!
## Requisites
If you haven't a non-root user with sudo privileges, create it before run this script:
```bash
adduser manz --quiet
usermod -aG sudo manz
apt-get update -y && apt-get install -y sudo git
su manz
```
## More info

- 1: https://twitter.com/Manz/status/1514983676739739658
- 2: https://twitter.com/Manz/status/1516430573451059214