Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xico2k/.dotfiles
My Personal dotfiles
https://github.com/xico2k/.dotfiles
Last synced: 3 months ago
JSON representation
My Personal dotfiles
- Host: GitHub
- URL: https://github.com/xico2k/.dotfiles
- Owner: xiCO2k
- License: mit
- Created: 2020-06-30T17:40:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T19:05:35.000Z (about 1 year ago)
- Last Synced: 2024-05-21T13:06:43.508Z (8 months ago)
- Language: Shell
- Size: 486 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Francisco's Dotfiles
### Based on Dries Vints Dotfiles## A Fresh macOS Setup
These instructions are for when you've already set up your dotfiles. If you want to get started with your own dotfiles you can [find instructions below](#your-own-dotfiles).
### Before you re-install
First, go through the checklist below to make sure you didn't forget anything before you wipe your hard drive.
- Did you commit and push any changes/branches to your git repositories?
- Did you remember to save all important documents from non-iCloud directories?
- Did you save all of your work from apps which aren't synced through iCloud?
- Did you remember to export important data from your local database?
- Did you update [mackup](https://github.com/lra/mackup) to the latest version and ran `mackup backup`?### Installing macOS cleanly
After going to our checklist above and making sure you backed everything up, we're going to cleanly install macOS with the latest release. Follow [this article](https://www.imore.com/how-do-clean-install-macos) to cleanly install the latest macOS version.
### Setting up your Mac
If you did all of the above you may now follow these install instructions to setup a new Mac.
1. Update macOS to the latest version with the App Store
2. Install Xcode from the App Store, open it and accept the license agreement
3. Install macOS Command Line Tools by running `xcode-select --install`
4. [Generate a new public and private SSH key](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) and add them to Github
5. Clone this repo to `~/.dotfiles`
6. Install [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh#getting-started)
6. Run `fresh.sh` to start the installation
7. After mackup is synced with your cloud storage, restore preferences by running `mackup restore`
8. Restart your computer to finalize the processYour Mac is now ready to use!
> Note: you can use a different location than `~/.dotfiles` if you want. Just make sure you also update the reference in the [`.zshrc`](./.zshrc) file.