fix: remove incompatible dotfiles
This commit is contained in:
parent
4990f7b4cc
commit
4b783501e9
@ -22,12 +22,6 @@ pkg autoprune -y
|
||||
mkdir -pm 0700 "$HOME/.ssh"
|
||||
curl https://yw5n.com/ssh >> "$HOME/.ssh/authorized_keys"
|
||||
|
||||
git clone --depth 1 --bare https://git.gmoker.com/ange/dotfiles.git ~/.dotfiles
|
||||
git --git-dir="$HOME/.dotfiles" --work-tree="$HOME" checkout -f
|
||||
git --git-dir="$HOME/.dotfiles" --work-tree="$HOME" config status.showUntrackedFiles no
|
||||
|
||||
sed -i '/systemctl/d' "$HOME/.bash_profile"
|
||||
|
||||
cat <<EOF >> "$HOME/.bash_profile"
|
||||
gpg-agent
|
||||
#sshd
|
||||
|
Loading…
Reference in New Issue
Block a user