https://github.com/wadaboa/dotfiles
My macOS dotfiles
https://github.com/wadaboa/dotfiles
bash bash-profile dotfiles dotfiles-macos gitconfig oh-my-zsh terminal zsh
Last synced: about 1 month ago
JSON representation
My macOS dotfiles
- Host: GitHub
- URL: https://github.com/wadaboa/dotfiles
- Owner: Wadaboa
- License: mit
- Created: 2019-04-20T18:48:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T15:55:59.000Z (about 2 years ago)
- Last Synced: 2025-01-20T10:23:08.980Z (3 months ago)
- Topics: bash, bash-profile, dotfiles, dotfiles-macos, gitconfig, oh-my-zsh, terminal, zsh
- Language: Shell
- Size: 336 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My macOS dotfiles, with the ability to choose from two shells:
* Bash (`.bash_profile` and `.bash_prompt`)
* Zsh (`.zshrc`)Both shells use `.functions` file, where some useful functions and aliases
are stored.\
The `init` folder contains default `Visual Studio Code` and
`iTerm2` settings.\
`.hushlogin` is only used in shells to avoid last login information prompts.## New setup
If setting up a new mac, run `bootstrap.sh`, which installs Xcode
command-line tools and Homebrew and executes sequentially:
1. `brew.sh`, to install command-line tools
2. `python.sh`, to install useful Python pip packages
3. `brew_cask.sh`, to install main applications
4. `.macos`, to configure system and default apps settings**Note**: `bootstrap.sh` requires you to login to the
Mac App Store and manually install `Xcode.app`, before being called.