Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neko-neko/dotfiles

dotfiles
https://github.com/neko-neko/dotfiles

dotfiles zsh

Last synced: 10 days ago
JSON representation

dotfiles

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
```