More android dev
This commit is contained in:
@@ -22,6 +22,7 @@ alias \
|
||||
yt="youtube-dl --add-metadata -i" \
|
||||
yta="yt -x -f bestaudio/best" \
|
||||
ffmpeg="ffmpeg -hide_banner" \
|
||||
tmux="tmux -f ~/.config/tmux/tmux.conf"
|
||||
|
||||
# Colorize commands when possible.
|
||||
alias \
|
||||
@@ -46,7 +47,8 @@ alias \
|
||||
lc="clone_from_labs" \
|
||||
gc="clone_from_github" \
|
||||
dgit="git --git-dir ~/.config/dotfiles/.git --work-tree=$HOME" \
|
||||
sudo=doas
|
||||
sudo=doas \
|
||||
.z="source ~/.config/shell/profile"
|
||||
|
||||
# Clone from labs
|
||||
function clone_from_labs() {
|
||||
@@ -75,7 +77,12 @@ function git_main_branch() {
|
||||
alias \
|
||||
g="git" \
|
||||
ga="git add" \
|
||||
ga="git add --all" \
|
||||
dga="dgit add -f" \
|
||||
dgcm="dgit commit -m" \
|
||||
dgs="dgit status" \
|
||||
dgd="dgit diff" \
|
||||
dgdc="dgit diff --cached" \
|
||||
gaa="git add --all" \
|
||||
gb="git branch" \
|
||||
gba="git branch -a" \
|
||||
gbd="git branch -d" \
|
||||
@@ -98,6 +105,7 @@ alias \
|
||||
gf="git fetch" \
|
||||
gfa="git fetch --all --prune" \
|
||||
gd="git diff" \
|
||||
gdc="git diff --cached" \
|
||||
gl="git pull" \
|
||||
glg="git log --stat" \
|
||||
glgg="git log --graph" \
|
||||
|
||||
@@ -44,6 +44,7 @@ export WEECHAT_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/weechat"
|
||||
export MBSYNCRC="${XDG_CONFIG_HOME:-$HOME/.config}/mbsync/config"
|
||||
export ELECTRUMDIR="${XDG_DATA_HOME:-$HOME/.local/share}/electrum"
|
||||
export ANDROID_AVD_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/android/avd"
|
||||
export ANDROID_USER_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/android"
|
||||
|
||||
# Other program settings
|
||||
export DICS="/usr/share/stardicts/dic/"
|
||||
@@ -63,8 +64,7 @@ export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
||||
|
||||
# Development variables
|
||||
export ANDROID_HOME="/opt/android"
|
||||
export ANDROID_SDK_HOME="$ANDROID_HOME"
|
||||
export ANDROID_HOME="/opt/android-sdk"
|
||||
export PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/cmdline-tools/bin:$ANDROID_HOME/platform-tools:$ANDROID_AVD_HOME"
|
||||
|
||||
# This is the list for lf icons:
|
||||
|
||||
Reference in New Issue
Block a user