Add mtgaup configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
1934482d05
commit
c7f06e2cd9
2 changed files with 4 additions and 0 deletions
1
install
1
install
|
@ -140,6 +140,7 @@ NPM_PACKAGES=(
|
|||
"@vue/cli"
|
||||
"eslint"
|
||||
"gatsby-cli"
|
||||
"mtgaup"
|
||||
"npm-check-updates"
|
||||
)
|
||||
|
||||
|
|
|
@ -88,6 +88,9 @@ if [ -n "$(command -v compinit)" ]; then
|
|||
compinit -d "${XDG_DATA_HOME}/zsh/zcompdump-${ZSH_VERSION}"
|
||||
fi
|
||||
|
||||
export MTGA_WINE_PREFIX="${HOME}/games/magic-the-gathering-arena"
|
||||
export MTGA_WINE_BINARY="/usr/bin/wine"
|
||||
|
||||
# Setting applications
|
||||
export VISUAL=vim
|
||||
export EDITOR="${VISUAL}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue