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

https://github.com/zaitsev-dev/dotfiles

My dotfiles
https://github.com/zaitsev-dev/dotfiles

Last synced: 10 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

Keep my dotfiles here. For real.

## Usage

1. Clone the Git repository to `~/.dotfiles`, and navigate to the dir
```sh
git clone https://github.com/zaitsev-dev/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
```
2. Install dependencies and my everyday soft:
```sh
make install-macos
```
3. Create symlinks for dotfiles via `stow`
```sh
make init
```
4. You also can create a .zshrc.local for your local envs and secrets
```sh
make init-local

# OR like this, equivalent to run init and init-local for the same time
make
```

Use help command if you need:
```sh
make help
```