https://github.com/yo-mah-ya/macbookwithm2
Setting up Mac Book with M2
https://github.com/yo-mah-ya/macbookwithm2
m2 macbook
Last synced: over 1 year ago
JSON representation
Setting up Mac Book with M2
- Host: GitHub
- URL: https://github.com/yo-mah-ya/macbookwithm2
- Owner: Yo-mah-Ya
- Created: 2022-12-12T10:51:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T03:35:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T14:24:57.527Z (over 1 year ago)
- Topics: m2, macbook
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Switch default shell as Bash
```sh
touch ~/.bash_profile
touch ~/.bashrc
echo 'export BASH_SILENCE_DEPRECATION_WARNING=1' >> ~/.bash_profile
```
add following command in ~/.bash_profile
```sh
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
```
## Execute the setup scripts
1. execute setup/setup.sh
Each Libraries and Programming Languages would be installed.
2. Follow the setup guidances in the after_setting_up directory docs