https://github.com/arikato111/dotfiles
my dotfiles repo
https://github.com/arikato111/dotfiles
dotfiles oh-my-zsh zsh
Last synced: 3 months ago
JSON representation
my dotfiles repo
- Host: GitHub
- URL: https://github.com/arikato111/dotfiles
- Owner: Arikato111
- Created: 2023-12-29T11:17:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T10:20:56.000Z (3 months ago)
- Last Synced: 2025-02-23T11:25:38.777Z (3 months ago)
- Topics: dotfiles, oh-my-zsh, zsh
- Language: Lua
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dotfiles
I currently learn and try to understand what is dotfiles manager. I have saw dotfiles repo in many account on github. I think it interesting and I want to understand it.
### Get started
#### Install chezmoi and apply Dotfiles with script
```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply Arikato111
```
#### Or install before and apply after.- install `chezmoi` at [https://www.chezmoi.io/install/](https://www.chezmoi.io/install/)
- command to apply dotfiles from github repo```bash
chezmoi init --apply Arikato111
```### Applications
- nvim
- LazyVim
- oh-my-zsh
- extensions
- theme
- nvm (install with bash script)
- packages with apt### TODOs
- [ ] I want it autoinstall programs I using (nvm, nodejs, rust, others).