mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
fix typo
This commit is contained in:
parent
ff2433e36d
commit
ba4f13b15b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# This script is used to setup a new mac
|
||||
# In a new mac (Sequoia)
|
||||
# Enter the following command in the terminal
|
||||
#! curl -fsSL https://raw.githubusercontent.com/js0ny/dotfiles/refs/heads/master/mac/mac_setup.sh | zsh
|
||||
#! curl -fsSL https://raw.githubusercontent.com/js0ny/dotfiles/refs/heads/master/mac/mac_setup.sh | sh
|
||||
|
||||
echo "Running the setup script"
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool
|
|||
# Development #
|
||||
### Dotfiles Setup ###
|
||||
echo "[INFO] Setting Up Dotfiles"
|
||||
export $DOTFILES="$HOME/.dotfiles"
|
||||
export DOTFILES="$HOME/.dotfiles"
|
||||
git clone https://www.github.com/js0ny/dotfiles.git ~/.dotfiles
|
||||
ln -sf $DOTFILES/zsh/.zshenv ~/.zshenv
|
||||
echo "[INFO] 'source ~/.zshenv' to use XDG_CONFIG_HOME"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue