-
Notifications
You must be signed in to change notification settings - Fork 2
Small Updates and a Few Additions #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
b2fba30
30fa703
e4340cb
5087614
d6c1580
484a24a
d20bee3
bc0ad8e
6c308da
caa2434
14b445f
4a6f509
199337d
5169330
2c53890
1b802bf
a000821
ad85a76
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,12 +8,12 @@ Likewise, this structure lends itself to being extended with any modules of your | |
|
|
||
| <hr> | ||
|
|
||
| ## Project Ogranization | ||
| ## Project Organization | ||
|
|
||
| The *install.sh* script is what will be run upon executing the start-up command listed below. | ||
| This script will get Brew up and running on your machine 🍻. | ||
| The Brewfile will install a number of binarys, libraries and applications durring the Brew install process. | ||
| It is recommended that you look over this file and the supporting *brew-casks* and *brew-mas* files to customize the setup to your liking. | ||
| The Brewfile will install a number of binarys, libraries and applications during the Brew install process. | ||
| It is recommended that you look over this file and the supporting *brew-casks* and *brew-mas* files to customize the setup to your liking. Any applications that are paid apps must be purchased with the apple id you are using before running the script. | ||
| Note that Xcode is one of the items included in the `mas` bundle. | ||
| It has been isolated to its own *xcode-install* file as a convenience to allow for an optional install durring run time, | ||
| due to its hell-ishly long install times ⏰. | ||
|
|
@@ -38,22 +38,22 @@ For example in the *zsh* module both *antigen* (my personal preference) and *oh- | |
| Run the following commands: | ||
|
|
||
| ```sh | ||
| curl -L https://api.github.com/repos/mrjadaml/mac-maker/tarball --create-dirs -o ~/projects/dotfiles.tar.gz | ||
| curl -L https://api.github.com/repos/MrJadaml/mac-maker/tarball --create-dirs -o ~/Projects/dotfiles.tar.gz | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does it not work with lowercase projects I like having lowercase on my computer. Just one less shift to press, and I'm super lazy.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it didn't work with lowercase |
||
| ``` | ||
|
|
||
| Pulls down tar file of this repo onto your machine while creating a */projects* directory. | ||
| Pulls down tar file of this repo onto your machine while creating a */Projects* directory. | ||
|
|
||
| ```sh | ||
| tar -zxvf ~/projects/dotfiles.tar.gz -C ~/projects/ | ||
| tar -zxvf ~/Projects/dotfiles.tar.gz -C ~/Projects/ | ||
| ``` | ||
|
|
||
| Moves into */projects* directory and untars the tar downlaoded file. | ||
| Moves into */Projects* directory and untars the tar downlaoded file. | ||
|
|
||
| ```sh | ||
| cd ~/projects && mv Mrjadaml* dotfiles | ||
| cd ~/Projects && mv MrJadaml* dotfiles | ||
| ``` | ||
|
|
||
| Changes the name of the untared directory from "Mrjadam-mac-maker-[SHA]" to "dotfiles" | ||
| Changes the name of the untared directory from "MrJadaml-mac-maker-[SHA]" to "dotfiles" | ||
|
|
||
| ### ❄️ Personalize... | ||
|
|
||
|
|
@@ -67,7 +67,7 @@ Please have your email and password for the Apple Store ready. | |
| Be sure you are in the *dotfiles* directory. | ||
|
|
||
| ``` | ||
| cd ~/projects/dotfiles | ||
| cd ~/Projects/dotfiles | ||
| ``` | ||
|
|
||
| Then run the following command into your terminal: | ||
|
|
@@ -76,6 +76,16 @@ Then run the following command into your terminal: | |
| source install.sh | ||
| ``` | ||
|
|
||
| When it promts you to enter your password, be sure to check if it is asking for your computer password or your appleID password. | ||
|
|
||
| #### Accept Xcode Agreement | ||
|
|
||
| To accept the Xcode agreement from the terminal, run the following command in your terminal: | ||
|
|
||
| ``` | ||
| sudo xcodebuild -license accept | ||
| ``` | ||
|
|
||
| #### ␛ Vim & Tmux Setup... | ||
|
|
||
| ##### Plugins Install | ||
|
|
@@ -211,6 +221,7 @@ Then change the font to one of Powerline options. 13pt Cousine is a good choice. | |
| - [iterm2] - A terminal emulator and replacement for Mac's default Terminal app. | ||
| - [Screenhero] - Coding oriented screen share with multi mouse/cursor. | ||
| - [Slack] - A messaging app (corporate IRC 👔). | ||
| - [Jumpcut] - Keep a record of things that you have copied (clipboard buffering). | ||
|
|
||
| [Atom]: https://atom.io/ | ||
| [Alfred]: https://www.alfredapp.com/ | ||
|
|
@@ -223,6 +234,7 @@ Then change the font to one of Powerline options. 13pt Cousine is a good choice. | |
| [iterm2]: https://www.iterm2.com/ | ||
| [Screenhero]: https://screenhero.com/ | ||
| [Slack]: https://slack.com/ | ||
| [Jumpcut]: http://jumpcut.sourceforge.net/ | ||
|
|
||
| #### App Store - Homebrew Mas | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,3 +12,4 @@ cask 'google-chrome-canary' | |
| cask 'iterm2' | ||
| cask 'screenhero' | ||
| cask 'slack' | ||
| cask 'jumpcut' | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✂️ haha, yea I had a branch on my computer that had all the "during" and "labeled" typos just sitting around for a few months that I finally just pushed up.