https://github.com/zaitsev-dev/dotfiles
My dotfiles
https://github.com/zaitsev-dev/dotfiles
Last synced: 10 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/zaitsev-dev/dotfiles
- Owner: zaitsev-dev
- Created: 2025-07-15T07:38:55.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-28T13:39:51.000Z (10 months ago)
- Last Synced: 2025-07-28T15:32:43.824Z (10 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```