https://github.com/timkley/dotfiles
My personal dotfiles with easy installer for mac OS
https://github.com/timkley/dotfiles
dotfiles shell zsh
Last synced: 29 days ago
JSON representation
My personal dotfiles with easy installer for mac OS
- Host: GitHub
- URL: https://github.com/timkley/dotfiles
- Owner: timkley
- Created: 2021-11-14T12:07:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T13:28:36.000Z (6 months ago)
- Last Synced: 2025-01-31T22:45:45.278Z (3 months ago)
- Topics: dotfiles, shell, zsh
- Language: Shell
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My personal dotfiles
My personal dotfiles, greatly inspired by [Freeks dotfiles](https://github.com/freekmurze/dotfiles) but tailored to my needs.
## Usage
First, install Xcode Command Line Tools:
```shell
xcode-select --install
```Now, make sure that Terminal has Full Disk Access: Open System Preferences, go to Security & Privacy, click on the Privacy tab, and add Terminal to the Full Disk Access list.
Unless you do this, the installation of some apps will likely fail.Now clone the repository and run the `bootstrap` script:
```shell
cd ~
git clone https://github.com/timkley/dotfiles.git .dotfiles
cd .dotfiles
chmod +x bootstrap
./bootstrap
```## How it works
The `bootstrap` file defines all necessary functions needed for the installation process. After asking for confirmation we run the `install` script.
The necessary steps to set up the environment are defined in the `installFlow` variable. Every step is also the name of the accompanying file located in
the `steps` folder.