6 lines
88 B
Bash
6 lines
88 B
Bash
#! /bin/bash
|
|
|
|
current_dir=$(dirname "$0")
|
|
|
|
cp "$current_dir/p10k.zsh" "$HOME/.p10k.zsh"
|