This commit is contained in:
TheK4n 2021-11-27 20:27:00 +03:00
parent 80d71ed324
commit 99cbb9102f
3 changed files with 5 additions and 1 deletions

View File

@ -83,3 +83,7 @@ alias music='mplayer -shuffle ~/Music/*'
# alias va='source "$(find -P . -maxdepth 3 -type f -name activate | sort | head -n 1)" &>/dev/null || echo "error: virtual env not found, use python3 -m virtualenv venv" >&2'
alias ve='python3 -m virtualenv venv && . venv/bin/activate'
alias vd='deactivate'
# docker
alias drma='docker rm $(docker ps -a -q -f status=exited)'

View File

@ -6,7 +6,6 @@ install:
ln -s $(PWD)/.bashrc ~
ln -s $(PWD)/.zshrc ~
ln -s $(PWD)/.vimrc ~
. ~/.bashrc
clean:
rm -rf .ssh doc etc functions img .gitignore README.md setup.sh ssh_setup.sh git_setup.sh .git

View File

@ -30,6 +30,7 @@ Bash config files
```bash
git clone https://github.com/TheK4n/dotfiles
cd dotfiles
make
```