https://github.com/basokant/dotfiles
my configuration files and personal scripts
https://github.com/basokant/dotfiles
Last synced: 10 months ago
JSON representation
my configuration files and personal scripts
- Host: GitHub
- URL: https://github.com/basokant/dotfiles
- Owner: basokant
- Created: 2024-02-02T00:30:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-08T06:21:39.000Z (10 months ago)
- Last Synced: 2025-10-08T08:25:21.772Z (10 months ago)
- Language: Shell
- Size: 163 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This directory contains the dotfiles configuration and personal shell scripts for my system
## Requirements
Ensure you have the following installed on your system
### Homebrew
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
### Git
```
brew install git
```
### Stow
```
brew install stow
```
## Installation
First, check out the dotfiles repo in your `$HOME` directory using git
```
git clone git@github.com/dreamsofautonomy/dotfiles.git
cd dotfiles
```
then use GNU stow to create symlinks
```
stow .
```