diff --git a/mango/bash_profile b/mango/bash_profile new file mode 100644 index 0000000..b72a316 --- /dev/null +++ b/mango/bash_profile @@ -0,0 +1,10 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then + exec mango +fi + diff --git a/mango/bashrc b/mango/bashrc new file mode 100644 index 0000000..a7fe8dc --- /dev/null +++ b/mango/bashrc @@ -0,0 +1,55 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias grep='grep --color=auto' +PS1='[\u@\h \W]\$ ' +alias ll="ls -l" +alias v="nvim" +alias ..="cd .." +alias ux='chmod u+x' +alias mkdir='mkdir -p' + +alias ziptar="tar -zcvf" +alias unziptar="tar -xvzf" + +alias gadd='git add' +alias gdiff='git diff' +alias mpush='git push origin master' +alias gstat='git status' +function gcom() { + GITMESSAGE="$*" + git commit -m "$GITMESSAGE" +} + +alias ll='exa -lg --icons' +alias lll='exa -lga' +alias cat='bat --style=header,grid' + +export PATH="$PATH:$HOME/.local/bin" +export PATH="$PATH:$HOME/go/bin" + +eval "$(fnm env --use-on-cd)" + +eval "$(starship init bash)" +pass() { + (cd /home/kokopi/kp/syncpass && bash /home/kokopi/kp/syncpass/syncpass "$@") +} +export PASSWORD_STORE_EXTENSION_COMMANDS=("c") +__password_store_extension_complete_c() { + COMPREPLY+=($(compgen -W "-o --option" -- ${cur})) + _pass_complete_entries 1 +} + +export GTK_THEME=tokyonight-dark + +bind 'TAB:menu-complete' +bind 'set show-all-if-ambiguous on' + +eval "$(fzf --bash)" +export FZF_CTRL_T_COMMAND="fd --type f --type d --hidden --follow --exclude .git --exclude venv --exclude node_modules --exclude .cache --exclude cache --exclude __pycache__ --exclude pkg --exclude .vim --exclude .themes --exclude .cargo --exclude .config/discord --exclude .npm --exclude .mozilla --exclude .rustup --search-path ." + diff --git a/mango/rofi/app-manager/app-manager.rasi b/mango/rofi/app-manager/app-manager.rasi index 20b8f61..f5f83b7 100644 --- a/mango/rofi/app-manager/app-manager.rasi +++ b/mango/rofi/app-manager/app-manager.rasi @@ -51,7 +51,7 @@ imageBoxOverlay { } imageBox { enabled: true; - background-image: url("~/.config/rofi/images/neco/31.jpg", width); + background-image: url("~/.config/rofi/images/neco/14.jpg", width); border-radius: 1em; } // Lists //