https://github.com/toniov/dotfiles
https://github.com/toniov/dotfiles
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toniov/dotfiles
- Owner: toniov
- Created: 2018-11-26T08:00:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T03:01:14.000Z (over 6 years ago)
- Last Synced: 2025-02-08T06:42:08.643Z (11 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
For personal use.
```sh
# Install xcode command line tools (including git)
sudo softwareupdate -i -a
xcode-select --install
# Clone this repo
mkdir ~/Repos
git clone https://github.com/toniov/dotfiles ~/Repos/dotfiles
cd ~/Repos/dotfiles
# Execute script
. install.sh
# Set Zsh as default shell
chsh -s /bin/zsh
```