Skip to content

Commit

Permalink
changed few remaining dotfiles-public for dotfiles-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
linkarzu committed Jul 12, 2024
1 parent bead00f commit 1ff1848
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ lla ~
```

```bash
# Create the symlink to point .zshrc to the file in my dotfiles-public repo
# Create the symlink to point .zshrc to the file in my dotfiles-latest repo
ln -snf ~/github/dotfiles-latest/zshrc/zshrc-file.sh ~/.zshrc
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tags:
(video 3)
- Notice the green line at the bottom
- My tmux configuration file is already pointing to the file that we cloned from
my dotfiles-public repo as seen below
my dotfiles-latest repo as seen below

```bash
cd && ls -al
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ git checkout adf127a73b6c57383b6ae17211ceeaf978f70b4a
# If the original ~/.zshrc file does not exist, nothing will happen
cp ~/.zshrc ~/.zshrc_backup_$(date +%Y%m%d%H%M%S) >/dev/null 2>&1

# Create the symlink to point .zshrc to the file in my dotfiles-public repo
# Create the symlink to point .zshrc to the file in my dotfiles-latest repo
ln -snf ~/github/dotfiles-latest/zshrc/zshrc-file.sh ~/.zshrc

source ~/.zshrc
Expand Down

0 comments on commit 1ff1848

Please sign in to comment.