Skip to content

Commit

Permalink
Move legacy setup into __legacy folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ben196888 committed Nov 7, 2019
1 parent 85c6882 commit 48dc2d4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Mac-Set-Up
==========

Setup my new mac in one script
Setup my new mac in one line

```
./installation.sh
./install.sh
```

## Install Homebrew
Expand All @@ -23,34 +23,3 @@ Setup my new mac in one script
Visit [github page](https://github.com/mbadolato/iTerm2-Color-Schemes) to get more details
`git clone https://github.com/mbadolato/iTerm2-Color-Schemes`
Import and use `MaterialDark` in iTerm2.


## Install fish-environment

### Install fish
```
brew install fish
echo "/usr/local/bin/fish" | sudo tee -a /etc/shells
chsh -s /usr/local/bin/fish
mkdir -p ~/.config/fish
touch ~/.config/fish/config.fish
set -g -x PATH /usr/local/bin $PATH
```
Visit this [post](https://hackercodex.com/guide/install-fish-shell-mac-ubuntu/) to get more information.

### Install oh-my-fish

`curl -L http://get.oh-my.fish | fish`
Visit [github page](https://github.com/oh-my-fish/oh-my-fish) of OMF to get more details.

#### Personal setup
`omf theme cmorrell ;or omf install cmorrell`

### Install fisherman, a plugin manager for fish.

`curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisher`
Visit [github page](https://github.com/fisherman/fisherman) of fisherman to get more details.

### Install bass

`fisher edc/bass`
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 48dc2d4

Please sign in to comment.