Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWolf-01 committed Jul 6, 2024
1 parent 14decb9 commit fdb132b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- ~/.ssh
- ~/applications
- ~/bin
- ~/repos
- ~/repos/tools
- ~/tmp


Expand Down
14 changes: 6 additions & 8 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cli() {
sudo apt-get install -y \
curl \
git \
jq
jq \
libfuse2 \
make \
neofetch \
Expand All @@ -48,15 +48,14 @@ cli() {
ripgrep \
ssh \
tree \
vim \
xclip \
zsh

zsh zsh/plugin-files/zap_zsh_install # minimal zsh plugin manager
sudo chsh -s "$(which zsh)" "$USER" # set zsh as default shell

# vim 9
yes | sudo add-apt-repository ppa:jonathonf/vim -y
sudo apt install --reinstall vim -y
# vim plugin manager
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

# fuzzy finder
Expand Down Expand Up @@ -98,16 +97,15 @@ desktop() {
sudo mv /usr/share/sounds/freedesktop/stereo/camera-shutter.oga /usr/share/sounds/freedesktop/stereo/camera-shutter-disabled.oga
fi

# webp support for eye of gnome image viewer
yes | sudo add-apt-repository ppa:helkaluin/webp-pixbuf-loader
sudo apt-get update
# webp support for eye of gnome image viewer
# yes | sudo add-apt-repository ppa:helkaluin/webp-pixbuf-loader (ships with >=22.04)
sudo apt install webp-pixbuf-loader
xdg-mime default org.gnome.eog.desktop image/webp

# encrypted volumes
yes | sudo add-apt-repository ppa:unit193/encryption
sudo apt-get update
sudo apt-get install veracrypt
sudo apt-get install -y veracrypt
}

docker() {
Expand Down

0 comments on commit fdb132b

Please sign in to comment.