mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-05-10 15:24:05 +02:00
Compare commits
No commits in common. "ea861dbbfa2307df57685f8fadab9f326e9a0f2b" and "5f8fc8e53c84bc20b9ff13cbf3287078172e3ba9" have entirely different histories.
ea861dbbfa
...
5f8fc8e53c
@ -68,9 +68,6 @@ alias echo-server='npx http-echo-server'
|
||||
alias mountcalibre='sudo mount.cifs //10.10.1.11/books /mnt/calibre -o nobrl,user=mastermindzh,noperm,rw'
|
||||
alias xpid="xprop _NET_WM_PID | cut -d' ' -f3"
|
||||
alias clean-node-modules='find . -name "node_modules" -type d -print0 |xargs -0 rm -r --'
|
||||
alias nomachine='/usr/NX/bin/nxplayer'
|
||||
alias unlockuser='faillock --reset --user'
|
||||
alias npm-list-links='npm ls -g --depth=0 --link=true'
|
||||
|
||||
# might be useful in demos...
|
||||
alias oopsie='fuck'
|
||||
|
13
bash/.bashrc
13
bash/.bashrc
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# if powerline-shell is available use it.
|
||||
function _update_ps1() {
|
||||
if hash powerline-rs 2>/dev/null; then
|
||||
@ -20,14 +19,8 @@ source ~/.variables
|
||||
sourceIfExists ~/lib/azure-cli/az.completion
|
||||
eval "$(thefuck --alias)"
|
||||
|
||||
# load keychain with private key
|
||||
if test -f "$HOME/.ssh/id_ed25519"; then
|
||||
eval "$(keychain --eval --quiet ~/.ssh/id_ed25519)"
|
||||
else
|
||||
# fallback to older rsa
|
||||
eval "$(keychain --eval --quiet ~/.ssh/id_rsa)"
|
||||
fi
|
||||
|
||||
# evals
|
||||
eval $(keychain --eval --quiet ~/.ssh/id_rsa)
|
||||
eval "$(pyenv init -)"
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
@ -43,7 +36,7 @@ fi
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then
|
||||
PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND"
|
||||
PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND"
|
||||
fi
|
||||
|
||||
export PATH=$PATH:/home/mastermindzh/bin
|
||||
|
3
dependencies/aur.txt
vendored
3
dependencies/aur.txt
vendored
@ -1,4 +1,4 @@
|
||||
visual-studio-code-bin
|
||||
visual-studio-code-insiders
|
||||
i3blocks-contrib
|
||||
enpass-bin
|
||||
insync
|
||||
@ -17,4 +17,3 @@ notifyconf
|
||||
dotnet-host-bin
|
||||
sysmontask
|
||||
keychain
|
||||
nomachine
|
||||
|
7
dependencies/pacman.txt
vendored
7
dependencies/pacman.txt
vendored
@ -80,10 +80,3 @@ dotnet-sdk
|
||||
aspnet-runtime
|
||||
clamav
|
||||
clamtk
|
||||
keychain
|
||||
thefuck
|
||||
peek
|
||||
blueman
|
||||
pulseaudio-bluetooth
|
||||
bluez
|
||||
bluez-libs
|
||||
|
Loading…
x
Reference in New Issue
Block a user