https://github.com/bahlo/dotfiles
👨🏻🔧 My .files
https://github.com/bahlo/dotfiles
dotfiles vim zsh
Last synced: about 1 year ago
JSON representation
👨🏻🔧 My .files
- Host: GitHub
- URL: https://github.com/bahlo/dotfiles
- Owner: bahlo
- Created: 2013-04-10T18:05:24.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T16:53:08.000Z (over 1 year ago)
- Last Synced: 2025-04-07T17:51:23.278Z (about 1 year ago)
- Topics: dotfiles, vim, zsh
- Language: Shell
- Homepage:
- Size: 621 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My personal dotfiles.
## Installation
First, install [Homebrew](https://brew.sh).
Then run this script:
```sh
# Clone this repository
git clone git@github.com:bahlo/dotfiles "$HOME/.dotfiles"
# Install Homebrew dependencies
cd "$HOME/.dotfiles" && brew bundle
# Create a .config directory
mkdir -p "$HOME/.config"
# Link the Fish config
ln -s "$HOME/.dotfiles/.fish" "$HOME/.config/fish"
# Link Helix config
ln -s "$HOME/.dotfiles/helix" "$HOME/.config/helix"
# Link Tmux config
ln -s "$HOME/.dotfiles/.tmux.conf" "$HOME/.tmux.conf"
```