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: 3 days ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/moqada/dotfiles
- Owner: moqada
- Created: 2012-04-18T18:33:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T18:16:04.000Z (4 months ago)
- Last Synced: 2024-07-21T20:05:41.020Z (4 months ago)
- Language: Vim Script
- Homepage:
- Size: 421 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
```