Skip to content

Commit

Permalink
Merge pull request #21 from Ant0wan/Ant0wan-patch-1
Browse files Browse the repository at this point in the history
Update init.sh
  • Loading branch information
Ant0wan authored Aug 24, 2023
2 parents cf701bc + 1febe97 commit cc9e8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _prompt() {
cp ${folder}/bat bin/bat
selection=$(find tools/ -type f -printf "%f\n" | awk -F '.' '{ print $1 }' | bin/sk --multi --bind 'right:select-all,left:deselect-all,space:toggle+up' --preview="bin/bat --color=always tools/{}.install.sh --color=always")
}
download_path=$(mktemp -d -t tfam.XXXXXXXXXX)
download_path=$(mktemp -d -t config-and-tools.XXXXXXXXXX)
cd "$download_path"
wget https://github.com/Ant0wan/config-and-tools/archive/refs/heads/main.zip
unzip main.zip
Expand Down

0 comments on commit cc9e8ae

Please sign in to comment.