https://github.com/kurama622/dotfiles
https://github.com/kurama622/dotfiles
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kurama622/dotfiles
- Owner: Kurama622
- Created: 2024-10-21T13:31:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T06:57:45.000Z (10 months ago)
- Last Synced: 2025-01-11T18:47:06.096Z (10 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kurama's dotfiles
## Contents
- **Terminal**: `alacritty`
- **Shell**: `zsh`, `starship`
- **Screen Manager**: `tmux`, `tmuxinator`
- **Editor**: `neovim`

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