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

https://github.com/kurama622/dotfiles


https://github.com/kurama622/dotfiles

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Kurama's dotfiles

## Contents

- **Terminal**: `alacritty`
- **Shell**: `zsh`, `starship`
- **Screen Manager**: `tmux`, `tmuxinator`
- **Editor**: `neovim`

![screenshot](https://github.com/user-attachments/assets/db8b0396-4521-44b1-aa76-00785550b5b1)

## Initialize
```bash
mkdir ~/Github
git clone https://github.com/Kurama622/dotfiles.git --recursive ~/Github/dotfiles
pushd ~/Github/dotfiles; bash init.sh; popd
```