Skip to content
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

feat: add setup script #79

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c56dded
feat(setup): add homebrew packages
greenchapter Mar 18, 2019
73d729d
feat: add git submodules
greenchapter Jun 6, 2019
753b882
Merge branch 'master' into feature/setup
greenchapter Jun 7, 2019
68ca523
feat: add first setuo file
greenchapter Jun 7, 2019
a705d03
Merge branch 'master' into feat/setup
greenchapter Jul 28, 2019
8d3fcf0
Merge branch 'master' into feat/setup
greenchapter Feb 2, 2020
a9e7b1d
feat: restyle setup script
greenchapter Mar 7, 2020
a334cfb
feat: add ohmyzsh setup
greenchapter Mar 7, 2020
b6b54b2
feat: add npm setup
greenchapter Mar 7, 2020
18cb0df
Merge branch 'master' into add-setup
greenchapter Mar 7, 2020
270ab42
feat: add header stuff
greenchapter Mar 7, 2020
8644192
feat: add bash functions
greenchapter Mar 7, 2020
61de5eb
Merge branch 'master' into add-setup
greenchapter Mar 8, 2020
6ee4c2a
fix: remove typo
greenchapter May 19, 2020
4c4a7d2
feat(setup): add brew bundle
greenchapter May 19, 2020
097e0a1
feat(setup): add node bundles
greenchapter May 19, 2020
1baa00a
Merge branch 'master' into add-setup
greenchapter May 21, 2020
6ca2cfe
feat(setup): add zplug to brew dump
greenchapter May 21, 2020
c4321c8
Merge branch 'add-setup' of https://github.com/greenchapter/dotfiles …
greenchapter May 21, 2020
782ed9d
Merge branch 'main' into add-setup
greenchapter Mar 24, 2021
c9da4a2
Merge branch 'main' into add-setup
greenchapter Mar 26, 2021
8d094b5
Merge branch 'main' into add-setup
greenchapter Apr 20, 2022
1786c1f
Merge branch 'main' into add-setup
greenchapter Jun 1, 2022
7685fc1
Merge branch 'main' into add-setup
greenchapter Aug 2, 2022
3944efa
Merge branch 'main' into add-setup
greenchapter Feb 7, 2023
fc54d32
Merge branch 'main' into add-setup
greenchapter Jul 3, 2023
eecf3d1
feat(setup): add new ascii art
greenchapter Oct 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into add-setup
# Conflicts:
#	scripts/setup.sh
  • Loading branch information
greenchapter committed Mar 26, 2021
commit c9da4a22468e3f8d487131dc8157355398e4acc1
3 changes: 3 additions & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
@@ -6,6 +6,9 @@
# Based on Gerald baeck Bootstrap Script
# - https://github.com/geraldbaeck/dotfiles/blob/master/osx_scripts/osx_bootstrap.sh

# git config --global --add difftool.prompt false
# git config --global diff.tool opendiff

echo "\n\n Start bootstrapping your new mac.\n"
echo -n " .----.\n"
echo -n " |\033[1m>_\033[0m |\n"
You are viewing a condensed version of this merge commit. You can view the full changes here.