Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neko-neko/dotfiles
dotfiles
https://github.com/neko-neko/dotfiles
dotfiles zsh
Last synced: 10 days ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/neko-neko/dotfiles
- Owner: neko-neko
- Created: 2016-04-15T16:16:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T11:17:49.000Z (about 1 month ago)
- Last Synced: 2024-10-14T22:13:03.253Z (23 days ago)
- Topics: dotfiles, zsh
- Language: Shell
- Homepage:
- Size: 414 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![CI](https://github.com/neko-neko/dotfiles/actions/workflows/ci.yml/badge.svg)](https://github.com/neko-neko/dotfiles/actions/workflows/ci.yml)
# My dotfiles
my dotfiles# Installation
1. Install XCode CLI tools, run this.
```terminal
sudo xcode-select --switch /Library/Developer/CommandLineTools
xcode-select --install
```2. Install my dot files:
```terminal
zsh -c "$(curl -s https://raw.githubusercontent.com/neko-neko/dotfiles/master/setup/setup.zsh)"
```# Uninstallation
1. run this:
```terminal
cd ~/.dotfiles && ./setup/uninstall.zsh
```