An open API service indexing awesome lists of open source software.

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)

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)