Compare commits
4 commits
b562b761cc
...
8c0845f7d8
Author | SHA1 | Date | |
---|---|---|---|
8c0845f7d8 | |||
f1b23c9598 | |||
ee52af2698 | |||
4077c32a49 |
4 changed files with 10 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
||||||
*~
|
*~
|
||||||
dot-private/
|
dot-private/
|
||||||
dot-work/
|
dot-work/
|
||||||
|
|
||||||
|
fish/.config/fish/config.fish
|
||||||
|
fish/.config/fish/fish_variables
|
||||||
|
|
|
@ -20,11 +20,6 @@
|
||||||
|
|
||||||
set -x ARCHFLAGS -arch_x86_64
|
set -x ARCHFLAGS -arch_x86_64
|
||||||
|
|
||||||
set -e LANG
|
|
||||||
set -e LC_CTYPE
|
|
||||||
set -Ux LANG "en_DK.UTF-8"
|
|
||||||
set -Ux LC_TYPE "en_DK.UTF-8"
|
|
||||||
|
|
||||||
set -e GPG_TTY
|
set -e GPG_TTY
|
||||||
set -Ux GPG_TTY (tty)
|
set -Ux GPG_TTY (tty)
|
||||||
|
|
||||||
|
|
|
@ -36,9 +36,9 @@ if status --is-interactive
|
||||||
alias e="es"
|
alias e="es"
|
||||||
end
|
end
|
||||||
|
|
||||||
function ls --wraps exa --description "alias ls=exa --git, if installed"
|
function ls --wraps eza --description "alias ls=eza --git, if installed"
|
||||||
if type -q exa
|
if type -q eza
|
||||||
exa --git $argv
|
eza --git $argv
|
||||||
else
|
else
|
||||||
command ls $argv
|
command ls $argv
|
||||||
end
|
end
|
||||||
|
|
|
@ -3,7 +3,9 @@ org.darktable.Darktable
|
||||||
org.gimp.GIMP
|
org.gimp.GIMP
|
||||||
org.inkscape.Inkscape
|
org.inkscape.Inkscape
|
||||||
org.kde.digikam
|
org.kde.digikam
|
||||||
|
org.kde.kdenlive
|
||||||
org.kde.krita
|
org.kde.krita
|
||||||
|
net.scribus.Scribus
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
io.beekeeperstudio.Studio
|
io.beekeeperstudio.Studio
|
||||||
|
@ -15,6 +17,8 @@ org.signal.Signal
|
||||||
|
|
||||||
# Multimedia
|
# Multimedia
|
||||||
com.spotify.Client
|
com.spotify.Client
|
||||||
|
com.valvesoftware.Steam
|
||||||
|
net.minetest.Minetest
|
||||||
|
|
||||||
# Miscellanious
|
# Miscellanious
|
||||||
com.github.tchx84.Flatseal
|
com.github.tchx84.Flatseal
|
||||||
|
|
Loading…
Add table
Reference in a new issue