https://github.com/rmuraix/dotfiles
My personal collection of configuration files for Ubuntu🌱
https://github.com/rmuraix/dotfiles
dotfiles ubuntu zsh
Last synced: 5 months ago
JSON representation
My personal collection of configuration files for Ubuntu🌱
- Host: GitHub
- URL: https://github.com/rmuraix/dotfiles
- Owner: rmuraix
- License: mit
- Created: 2023-05-05T15:01:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T03:51:46.000Z (7 months ago)
- Last Synced: 2025-12-17T22:11:39.036Z (6 months ago)
- Topics: dotfiles, ubuntu, zsh
- Language: Lua
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles

[](https://github.com/rmuraix/dotfiles/actions/workflows/ci.yml)
[](https://github.com/rmuraix/dotfiles/actions/workflows/deploy-image.yml)

This is my personal collection of configuration files.
Here are some details about my setup:
- **OS**: Ubuntu
- **Shell**: zsh
- **Editor**: VSCode (and Neovim)
## Features
- Shell plugin management w/ [sheldon](https://sheldon.cli.rs/)
- Runtime management w/ [mise](https://mise.jdx.dev/)
- Neovim plugin management w/ [lazy.nvim](https://github.com/folke/lazy.nvim)
- Dress up w/ [Starship](https://starship.rs/)
- one-step installer
## Requirements
- [Nerd font](https://www.nerdfonts.com/font-downloads)
## Installation
```sh
git clone https://github.com/rmuraix/dotfiles.git "$HOME"/dotfiles \
&& cd "$HOME"/dotfiles \
&& make all \
&& chsh -s $(which zsh)
```
### Docker
```sh
docker pull ghcr.io/rmuraix/dotfiles:main
```