Merge branch 'master' of git.axenov.dev:anthony/my-env
This commit is contained in:
@@ -49,7 +49,9 @@ sudo apt install -y \
|
||||
vlc \
|
||||
ffmpeg \
|
||||
xclip \
|
||||
inotify-tools
|
||||
inotify-tools \
|
||||
notify-osd \
|
||||
libnotify-bin
|
||||
# earlyoom \
|
||||
# etckeeper \
|
||||
# geoclue-2.0 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user