Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardozepeda/dotfiles
My dotfiles backup using chezmoi framework
https://github.com/eduardozepeda/dotfiles
Last synced: about 6 hours ago
JSON representation
My dotfiles backup using chezmoi framework
- Host: GitHub
- URL: https://github.com/eduardozepeda/dotfiles
- Owner: EduardoZepeda
- Created: 2024-03-28T06:08:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T04:16:02.000Z (4 days ago)
- Last Synced: 2024-11-12T05:19:52.619Z (4 days ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My chezmoi configuration files
This is a personal repo to host my dotfiles. Check chezmoi for more information please check [Chezmoi's official page](https://www.chezmoi.io/)
## Quickstart
On a new fresh Linux installation (Debian should work) run the following command. Replacing *$GITHUB_USERNAME* for your desired Github username:
``` bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME
```Alternatively, if you already installed chezmoi, you can just run
``` bash
chezmoi update
```This should install all packages without all the hassle of doing it manually.
## Packages installed
| Installed | Description |
| ----------------------- | --------------------------------------------------- |
| Bun | Ultra fast javascript runtime |
| Codium | Free/Libre Open Source Software Binaries of VS Code |
| Docker | Default software containers |
| Go | The ultimate get shit done language, fast enough |
| Kubernetes | Container orchestration |
| Nerdfonts | Lots of fonts |
| Noisetorch | Noise reduction for your microphone |
| NVM | Node version manager |
| Multiple packages | Random stuff |
| Pip (And some packages) | Python package manager |
| Rust | Some serious programming language |
| Zsh | My favorite shell |