Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moqada/dotfiles
My personal dotfiles
https://github.com/moqada/dotfiles
Last synced: about 1 month ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/moqada/dotfiles
- Owner: moqada
- Created: 2012-04-18T18:33:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T07:26:21.000Z (4 months ago)
- Last Synced: 2024-11-05T09:52:43.078Z (3 months ago)
- Language: Vim Script
- Homepage:
- Size: 426 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
## Installation
```
$ git clone https://github.com/moqada/dotfiles.git
$ cd dotfiles
```## Setup
Put `~/.zshenv`
```
export NPM_TOKEN=
export CONVENTIONAL_GITHUB_RELEASER_TOKEN=
```### For Mac
Put dotfiles, install applications and tools.
```
$ ./scripts/setup_mac.sh
```Install applications from original packages
> [MacApplications.md](MacApplications.md)
After sync Dropbox (`./Mackup`), restore settings for some applications.
```
$ mackup restore
```### For Others
Put dotfiles only.
```
$ ./scripts/setup.sh
```