Fix typos
This commit is contained in:
parent
9f5c7aed71
commit
8e02f6c751
@ -158,7 +158,7 @@ sudo zypper --non-interactive install bitwarden
|
|||||||
curl -o "$HOME/Downloads/telegram.tar.xz" https://telegram.org/dl/desktop/linux -L
|
curl -o "$HOME/Downloads/telegram.tar.xz" https://telegram.org/dl/desktop/linux -L
|
||||||
sudo tar -xf "$HOME/Downloads/telegram.tar.xz" -C "/opt"
|
sudo tar -xf "$HOME/Downloads/telegram.tar.xz" -C "/opt"
|
||||||
rm "$HOME/Downloads/telegram.tar.xz"
|
rm "$HOME/Downloads/telegram.tar.xz"
|
||||||
sudo ln -s "/opt/Telegram/Telegram" "/usr/bin/telegram-desktop"
|
sudo ln -sf "/opt/Telegram/Telegram" "/usr/bin/telegram-desktop"
|
||||||
# Start Telegram to get a .desktop file, then close it
|
# Start Telegram to get a .desktop file, then close it
|
||||||
telegram-desktop -startintray &
|
telegram-desktop -startintray &
|
||||||
sleep 5
|
sleep 5
|
||||||
|
10
setup.sh
10
setup.sh
@ -37,24 +37,20 @@ echo "Applying dotfiles..."
|
|||||||
echo
|
echo
|
||||||
echo "Applying tmux dotfile..."
|
echo "Applying tmux dotfile..."
|
||||||
mkdir -p $XDG_CONFIG_HOME/tmux
|
mkdir -p $XDG_CONFIG_HOME/tmux
|
||||||
ln -sf $SCRIPT_DIR/tmux.conf $XDG_CONFIG_HOME/tmux/tmux.conf
|
ln -sf $SCRIPT_DIR/tmux/tmux.conf $XDG_CONFIG_HOME/tmux/tmux.conf
|
||||||
# Run tmux one, then quite it
|
|
||||||
tmux new-session -d -s temp
|
|
||||||
# Kill all of tmux
|
|
||||||
tmux kill-server
|
|
||||||
~/.tmux/plugins/tpm/bin/install_plugins
|
~/.tmux/plugins/tpm/bin/install_plugins
|
||||||
|
|
||||||
# Albert
|
# Albert
|
||||||
echo
|
echo
|
||||||
echo "Applying Albert dotfile..."
|
echo "Applying Albert dotfile..."
|
||||||
mkdir -p $XDG_CONFIG_HOME/albert
|
mkdir -p $XDG_CONFIG_HOME/albert
|
||||||
ln -sf $SCRIPT_DIR/config $XDG_CONFIG_HOME/albert/config
|
ln -sf $SCRIPT_DIR/albert/config $XDG_CONFIG_HOME/albert/config
|
||||||
|
|
||||||
# Alacritty
|
# Alacritty
|
||||||
echo
|
echo
|
||||||
echo "Applying Alacritty dotfile..."
|
echo "Applying Alacritty dotfile..."
|
||||||
mkdir -p $XDG_CONFIG_HOME/alacritty
|
mkdir -p $XDG_CONFIG_HOME/alacritty
|
||||||
ln -sf $SCRIPT_DIR/hezkore.toml $XDG_CONFIG_HOME/alacritty/hezkore.toml
|
ln -sf $SCRIPT_DIR/alacritty/hezkore.toml $XDG_CONFIG_HOME/alacritty/hezkore.toml
|
||||||
# OVERWRITE alacritty.toml
|
# OVERWRITE alacritty.toml
|
||||||
echo '[general]' > $XDG_CONFIG_HOME/alacritty/alacritty.toml
|
echo '[general]' > $XDG_CONFIG_HOME/alacritty/alacritty.toml
|
||||||
echo 'import = [ "./hezkore.toml" ]' >> $XDG_CONFIG_HOME/alacritty/alacritty.toml
|
echo 'import = [ "./hezkore.toml" ]' >> $XDG_CONFIG_HOME/alacritty/alacritty.toml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user