diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-06-01 22:20:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-06-01 22:20:28 +0900 |
| commit | 685f99f184858c8367868ebc8701522b765889c9 (patch) | |
| tree | d64c1c23f9e4fe7a9df554fcd517523492aa1eb2 /setup.sh | |
| parent | 77db37d3506edd006c0d4edc8b216d869a06f30b (diff) | |
| download | dotfiles-685f99f184858c8367868ebc8701522b765889c9.tar.gz dotfiles-685f99f184858c8367868ebc8701522b765889c9.tar.zst dotfiles-685f99f184858c8367868ebc8701522b765889c9.zip | |
Revert "Add starship.toml"
This reverts commit 33d1e3dca1531757b768a23777620a212804f529.
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ if [ ! -d ~/.config ]; then mkdir ~/.config fi -for name in alacritty fish git starship.toml; do +for name in alacritty fish git; do if [ ! -L ~/.config/$name ]; then ln -s -f ~/dotfiles/.config/$name ~/.config/$name fi |
