Merge branch 'master' of git.axenov.dev:anthony/my-env

This commit is contained in:
2022-11-30 17:51:34 +08:00
6 changed files with 231 additions and 2 deletions

View File

@@ -49,7 +49,9 @@ sudo apt install -y \
vlc \
ffmpeg \
xclip \
inotify-tools
inotify-tools \
notify-osd \
libnotify-bin
# earlyoom \
# etckeeper \
# geoclue-2.0 \

View File

@@ -19,6 +19,8 @@ install() {
install .bash_aliases
install .profile
install .bashrc
install .gitconfig
install .gitignore
install .git_aliases
ln -s "$HOME/.profile" "$HOME/.zprofile"

View File

@@ -37,7 +37,7 @@ cat << EOF > "$dest_share_dir/applications/org.lite_xl.lite_xl.desktop"
Type=Application
Name=Lite XL
Comment=A lightweight text editor written in Lua
Exec=env LITE_SCALE=1 lite-xl %F
Exec=env LITE_SCALE=1 ${dest_bin_dir}/lite-xl %F
Icon=lite-xl
Terminal=false
StartupWMClass=lite-xl