Skip to content

Commit 96d8f9a

Browse files
author
FVCproductions
committed
v2.0 to be released
Signed-off-by: FVCproductions <[email protected]>
1 parent c6f72d4 commit 96d8f9a

14 files changed

+9815
-4115
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This sets up my dev environment to be very Material Design friendly.
66
77
---
88

9-
![ADD GIF](#)
9+
![Showcase](img/showcase.png)
1010

1111
---
1212

@@ -61,26 +61,24 @@ $ ./.dotfiles/init/.fonts
6161

6262
## Alfred 3
6363

64-
![ADD SCREENSHOT](#)
64+
![alfred](img/alfred.png)
6565

6666
## Sublime Text 3
6767

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

7070
## Terminal and Z-shell Theme
7171

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

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

76-
![ADD SCREENSHOT](#)
76+
![terminal](img/terminal.png)
7777

7878
## To-Do
7979

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

8583
## Theming
8684

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

102100
- [@mathiasbynens](https://github.com/mathiasbynens/dotfiles)
103101
- [@necolas](https://github.com/necolas/dotfiles)
104-
- [@cowboy](https://twitter.com/cowboy/dotfiles/)
102+
- [@cowboy](https://github.com/cowboy/dotfiles/)
105103
- [@ptb](https://github.com/ptb/Mac-OS-X-Lion-Setup)
106104
- [@pongstr](https://twitter.com/pongstr)

bin/shell/.zshrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ alias music="cd $HOME/Music/"
2525
alias movies="cd $HOME/Movies/"
2626
alias dropbox="cd $HOME/Dropbox/"
2727
alias pictures="cd $HOME/Pictures/"
28-
alias gdrive = "cd $HOME/Google\ Drive/"
2928

3029
# Projects Directory
3130
# ---------------------------------------------------------------------------
@@ -93,4 +92,4 @@ if [[ -d /opt/boxen ]] ; then
9392
fi
9493

9594
# Sublime Text
96-
alias subl = "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl ."
95+
# alias subl = "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl ."

0 commit comments

Comments
 (0)