https://github.com/darkhist/dotfiles
dotfiles
https://github.com/darkhist/dotfiles
dotfiles vim zsh
Last synced: 5 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/darkhist/dotfiles
- Owner: darkhist
- Created: 2024-07-11T06:11:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-08T05:24:11.000Z (8 months ago)
- Last Synced: 2025-11-08T07:11:36.677Z (8 months ago)
- Topics: dotfiles, vim, zsh
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Prerequisites
1. Homebrew
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
2. Stow
```sh
brew install stow
```
## Clone
```sh
cd $HOME && git clone https://github.com/darkhist/dotfiles.git
```
## Symlink
```sh
cd dotfiles
stow .
```
## Customizations
### Font
[Fira Code](https://www.programmingfonts.org/#firacode)
### Prompt
[Pure](https://github.com/sindresorhus/pure)
## Acknowledgements
My setup is heavily inspired by the [dreamsofautonomy dotfiles](https://github.com/dreamsofautonomy/dotfiles)