Skip to content

Commit

Permalink
🐛 mkdir .config
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Nov 29, 2023
1 parent 1167284 commit a858762
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions mac/tasks/1_symbolic_links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ ln -sf $confDir/.bashrc $HOME
ln -sf $confDir/.gittemplate.txt $HOME
ln -sf $confDir/.wezterm.lua $HOME
## $HOME/.config
ln -sf $confDir/aquaproj-aqua $HOME/.config
ln -sf $confDir/fish $HOME/.config
ln -sf $confDir/nvim $HOME/.config
ln -sf $confDir/starship.toml $HOME/.config
mkdir -p $HOME/.config
ln -sf $confDir/aquaproj-aqua $HOME/.config/
ln -sf $confDir/fish $HOME/.config/
ln -sf $confDir/nvim $HOME/.config/
ln -sf $confDir/starship.toml $HOME/.config/

# OS specific files
confDir="$PWD/mac/config"
Expand Down

0 comments on commit a858762

Please sign in to comment.