Fix dotfiles path definition
This commit is contained in:
parent
51055a2487
commit
1ba17411c2
5 changed files with 5 additions and 8 deletions
|
@ -1,2 +0,0 @@
|
||||||
# Path to your dotfiles.
|
|
||||||
export DOTFILES=$HOME/.dotfiles
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Load common config environment variables
|
# Load common config environment variables
|
||||||
source ./config.env
|
source config.env
|
||||||
|
|
||||||
# Paths to openssl to build pecl extensions (swoole)
|
# Paths to openssl to build pecl extensions (swoole)
|
||||||
export PATH="/opt/homebrew/opt/openssl@3/bin:$PATH"
|
export PATH="/opt/homebrew/opt/openssl@3/bin:$PATH"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Load common config environment variables
|
# Path to your dotfiles.
|
||||||
source ./config.env
|
export DOTFILES=$HOME/.dotfiles
|
||||||
|
|
||||||
echo "Setting up your system..."
|
echo "Setting up your system..."
|
||||||
echo "Your dotfiles path: $DOTFILES"
|
echo "Your dotfiles path: $DOTFILES"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Load common config environment variables
|
# Path to your dotfiles.
|
||||||
source config.env
|
export DOTFILES=$HOME/.dotfiles
|
||||||
|
|
||||||
# Load extra files
|
# Load extra files
|
||||||
source $DOTFILES/zsh/aliases.zsh
|
source $DOTFILES/zsh/aliases.zsh
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../config.env
|
|
Loading…
Add table
Reference in a new issue