Skip to content

Commit

Permalink
Move zsh to a specific folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Letícia Bernardo committed Feb 19, 2022
1 parent cb4bd49 commit 136af86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 3 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ chmod +x $(pwd)/git/git.sh && $(pwd)/git/git.sh
# OSX preferences setup
chmod +x $(pwd)/osx/osx_preferences.sh && $(pwd)/osx/osx_preferences.sh

# zsh setup
chmod +x $(pwd)/zsh/zsh.sh && $(pwd)/zsh/zsh.sh

# Install fonts
cp files/fonts/*.ttf $HOME/Library/Fonts/

# Oh-my-zsh setup
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

chmod +x ~/.zshrc
cp -r files/.zshrc ~/.zshrc

# Install code command in PATH (vscode)
if ! command -v code &> /dev/null
then
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions zsh/zsh.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Oh-my-zsh setup
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

chmod +x ~/.zshrc && cp -r $(pwd)/zsh/.zshrc ~/.zshrc

0 comments on commit 136af86

Please sign in to comment.