https://github.com/cykps/dotfiles
My config files. (nixos, zsh, neovim, wezterm)
https://github.com/cykps/dotfiles
configuration dotifles linux nixos nixos-configuration nvim nvim-configs wezterm wezterm-config zsh zsh-configuration
Last synced: 2 months ago
JSON representation
My config files. (nixos, zsh, neovim, wezterm)
- Host: GitHub
- URL: https://github.com/cykps/dotfiles
- Owner: cykps
- Created: 2024-07-04T13:49:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T08:43:25.000Z (12 months ago)
- Last Synced: 2025-06-21T08:05:50.650Z (12 months ago)
- Topics: configuration, dotifles, linux, nixos, nixos-configuration, nvim, nvim-configs, wezterm, wezterm-config, zsh, zsh-configuration
- Language: Shell
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
Awesome Lists containing this project
README
# dotfiles
## Getting started
1. Clone this repository.
```bash
git clone git@github.com:cykps/dotfiles.git
```
2. Run setup script.
```bash
cd dotfiles
./setup-scripts/setup.sh
```
## Configs
### `.zshrc`: run-command for Zsh
more docs: [zsh/README.md](./zsh/README.md)
### Neovim with NvChad
more docs: [nvim/README.md](./nvim/README.md)
## Pre-requisites
### [Zsh](https://www.zsh.org/)
Debian/Ubuntu: `sudo apt -y install zsh`
### [Neovim](https://neovim.io/)
Version: 0.10
Official install guide: [neovim/INSTALL.md](https://github.com/neovim/neovim/blob/master/INSTALL.md)