https://github.com/minikin/dotfiles
Various dotfiles I use on my machines.
https://github.com/minikin/dotfiles
bash environment git mac macos settings
Last synced: 3 months ago
JSON representation
Various dotfiles I use on my machines.
- Host: GitHub
- URL: https://github.com/minikin/dotfiles
- Owner: minikin
- License: mit
- Created: 2018-10-02T12:47:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T12:18:03.000Z (over 2 years ago)
- Last Synced: 2025-10-10T14:27:29.938Z (9 months ago)
- Topics: bash, environment, git, mac, macos, settings
- Language: Shell
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# New mac setup script
In this repository you'll find Sasha Prokhorenko's dotfiles.
## Repository structure
- `master` branch contains files for `zsh`
- `bash` branch contains files for `bash`
## Prerequisites
- Some version of ruby
- `BREW` gems installed locally
## Install software and symlinking files
Clone the directory somewhere.
Then we need to install software and symlink these into your home directory. Run:
```zsh
make setup
```