Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahlo/dotfiles
👨🏻🔧 My .files
https://github.com/bahlo/dotfiles
dotfiles vim zsh
Last synced: about 2 months ago
JSON representation
👨🏻🔧 My .files
- Host: GitHub
- URL: https://github.com/bahlo/dotfiles
- Owner: bahlo
- Created: 2013-04-10T18:05:24.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T14:18:38.000Z (4 months ago)
- Last Synced: 2024-09-09T17:23:40.051Z (4 months ago)
- Topics: dotfiles, vim, zsh
- Language: Lua
- Homepage:
- Size: 675 KB
- Stars: 13
- Watchers: 4
- 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 [email protected]: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"
```