Update install scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
0f4429037c
commit
b591b8de02
5 changed files with 4 additions and 22 deletions
|
@ -1,16 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# fonts.sh
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin@kaderli.dev>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# Setups fonts
|
||||
|
||||
output::section "Fonts"
|
||||
output::log "Prepare xorg fonts"
|
||||
sudo mkfontdir /usr/share/fonts/75dpi |& output::debug
|
||||
sudo mkfontdir /usr/share/fonts/100dpi |& output::debug
|
||||
output::success "Successfully prepared xorg fonts"
|
|
@ -8,7 +8,6 @@
|
|||
#
|
||||
# DESCRIPTION:
|
||||
# Installs the prerequisites for the installation script.
|
||||
|
||||
output::section "Prerequisites"
|
||||
|
||||
output::log "Installing requirements for install script"
|
||||
|
|
|
@ -14,6 +14,7 @@ CONFIG_RUST_COMPONENTS=(
|
|||
"clippy"
|
||||
"rls"
|
||||
"rustfmt"
|
||||
"rust-src"
|
||||
)
|
||||
|
||||
output::section "Rust"
|
||||
|
|
|
@ -11,5 +11,5 @@
|
|||
|
||||
output::section "Shell"
|
||||
output::log "Setting default shell to zsh"
|
||||
chsh -s "/bin/zsh"
|
||||
sudo chsh -s "/bin/zsh" "${USER}"
|
||||
output::success "Successfully set default shell to zsh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue