Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SebastienElet/dotfiles
🔧 My dotfiles
https://github.com/SebastienElet/dotfiles
chunkwm dotfiles hacktoberfest osx shell tmux vim zsh
Last synced: about 2 months ago
JSON representation
🔧 My dotfiles
- Host: GitHub
- URL: https://github.com/SebastienElet/dotfiles
- Owner: SebastienElet
- License: bsd-2-clause
- Created: 2014-08-14T17:18:23.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T09:18:45.000Z (about 2 months ago)
- Last Synced: 2024-10-31T10:21:07.374Z (about 2 months ago)
- Topics: chunkwm, dotfiles, hacktoberfest, osx, shell, tmux, vim, zsh
- Language: Makefile
- Homepage:
- Size: 9.91 MB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - SebastienElet/dotfiles - 🔧 My dotfiles (Makefile)
README
# Dotfiles
## Install
```bash
curl -fsSL \
https://raw.githubusercontent.com/SebastienElet/dotfiles/main/install.sh | sh
```## Manual install
```bash
cd && \
git clone --depth 1 https://github.com/SebastienElet/dotfiles.git .dotfiles &&
make all
```