Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cupric
zsh
Commits
9589444e
Commit
9589444e
authored
1 year ago
by
cupric
Browse files
Options
Download
Email Patches
Plain Diff
removed starship
parent
f942f4ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
init.sh
+2
-10
init.sh
with
2 additions
and
10 deletions
+2
-10
init.sh
+
2
-
10
View file @
9589444e
...
...
@@ -2,11 +2,10 @@
# zsh
# zsh setup script
# Update
5
/2/2
1
# Requires zsh, git, curl, fz
y
# Update
12
/2
3
/2
3
# Requires zsh, git, curl, fz
f, git
# Arch
# for spacship-prompt theme
# powerline-fonts
# noto-fonts-emoji
...
...
@@ -37,11 +36,6 @@ install_antibody () {
curl
-sfL
git.io/antibody |
sudo
sh
-s
-
-b
/usr/local/bin
}
install_starship
()
{
echo
"Getting spaceship from https://starship.rs/install.sh"
curl
-sS
https://starship.rs/install.sh | sh
-s
--
--yes
}
check_zsh
()
{
# Change shell if zsh was installed
type
zsh
>
/dev/null 2>&1
||
{
chsh
"-s /bin/zsh"
;
}
...
...
@@ -60,7 +54,5 @@ fi
dep_check
get_zsh
install_antibody
install_starship
check_zsh
zsh
echo
'reload shell or run exec zsh'
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets