Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vintharas/dotfiles
my dotfiles
https://github.com/vintharas/dotfiles
Last synced: 27 days ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/vintharas/dotfiles
- Owner: Vintharas
- Created: 2019-03-13T06:56:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T19:33:36.000Z (3 months ago)
- Last Synced: 2025-01-04T03:49:36.084Z (28 days ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
dotfiles for my personal use managed with stow. So far they include:
* zshrc
* tmux## Pre-requisites
Install [stow](https://www.gnu.org/software/stow/). On MacOS, you can use [homebrew](https://brew.sh/):
```bash
# Install stow
brew install stow
```## Installation
1. Clone the repository
2. Use stow to symlink the desired configuration files```bash
stow zsh tmux
```