Skip to content

Commit

Permalink
v2.0 to be released
Browse files Browse the repository at this point in the history
Signed-off-by: FVCproductions <[email protected]>
  • Loading branch information
FVCproductions committed Oct 3, 2016
1 parent c6f72d4 commit 96d8f9a
Show file tree
Hide file tree
Showing 14 changed files with 9,815 additions and 4,115 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This sets up my dev environment to be very Material Design friendly.
---

![ADD GIF](#)
![Showcase](img/showcase.png)

---

Expand Down Expand Up @@ -61,26 +61,24 @@ $ ./.dotfiles/init/.fonts

## Alfred 3

![ADD SCREENSHOT](#)
![alfred](img/alfred.png)

## Sublime Text 3

![ADD SCREENSHOT](#)
![sublime-text](img/sublime-text.png)

## Terminal and Z-shell Theme

Once the theme has loaded, you might want to replace the shell's startup command in `Preferences` under `Profiles > Shell Tab`:

`login -fpql fvcproductions /bin/zsh` to `login -fpql YOURNAME /bin/zsh`

![ADD SCREENSHOT](#)
![terminal](img/terminal.png)

## To-Do

- Download latest release of WakaTime Plugins
- download latest release of WakaTime Plugins
+ Sketch: https://github.com/wakatime/sketch-wakatime/releases/latest
- Install Material Icon Design Font
+ Link: https://materialdesignicons.com/getting-started

## Theming

Expand All @@ -101,6 +99,6 @@ Accents are as follows in accordance to the [ST3 Material Theme by equinusocio](

- [@mathiasbynens](https://github.com/mathiasbynens/dotfiles)
- [@necolas](https://github.com/necolas/dotfiles)
- [@cowboy](https://twitter.com/cowboy/dotfiles/)
- [@cowboy](https://github.com/cowboy/dotfiles/)
- [@ptb](https://github.com/ptb/Mac-OS-X-Lion-Setup)
- [@pongstr](https://twitter.com/pongstr)
3 changes: 1 addition & 2 deletions bin/shell/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ alias music="cd $HOME/Music/"
alias movies="cd $HOME/Movies/"
alias dropbox="cd $HOME/Dropbox/"
alias pictures="cd $HOME/Pictures/"
alias gdrive = "cd $HOME/Google\ Drive/"

# Projects Directory
# ---------------------------------------------------------------------------
Expand Down Expand Up @@ -93,4 +92,4 @@ if [[ -d /opt/boxen ]] ; then
fi

# Sublime Text
alias subl = "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl ."
# alias subl = "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl ."
Loading

0 comments on commit 96d8f9a

Please sign in to comment.