Compare commits

..

No commits in common. "6b7228e0bc6ba89d07e20ab904e372d197cf9d4f" and "fed924fc12c4a748c57b83a9198ec15b7ddf550a" have entirely different histories.

7 changed files with 9 additions and 13 deletions

View File

@ -1,5 +1,6 @@
alias mkdir='mkdir -p'
alias cat='bat'
alias vim='nvim'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
@ -9,6 +10,8 @@ alias dops='docker ps -a'
alias doe='docker exec'
alias dol='docker logs -f'
alias update='sudo apt-get update && sudo apt-get upgrade'
alias sudo='sudo '
open () {

View File

@ -1,3 +0,0 @@
alias cat='bat'
alias update='yay -Syu'

View File

@ -1,2 +0,0 @@
alias cat='batcat'
alias update='sudo apt-get update && sudo apt-get upgrade'

1
.config/nvim Submodule

@ -0,0 +1 @@
Subproject commit 48f45d4469b54ea87742985130d6c473f44d9330

3
.gitmodules vendored
View File

@ -13,3 +13,6 @@
[submodule ".zsh/zsh-history-substring-search"]
path = .zsh/zsh-history-substring-search
url = git@github.com:zsh-users/zsh-history-substring-search
[submodule ".config/nvim"]
path = .config/nvim
url = git@github.com:LazyVim/LazyVim.git

2
.ideavimrc Normal file
View File

@ -0,0 +1,2 @@
set selectmode=cmd
set mouse-=a

8
.zshrc
View File

@ -23,14 +23,6 @@ if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
source /etc/profile.d/vte.sh
fi
# Distro specific aliases
DISTRO=`cat /etc/os-release | grep ^ID= | cut -f2 -d'='`
if [ "$DISTRO" = 'arch' ]; then
source .aliases_arch
else
source .aliases_ubuntu
fi
# Conda
__conda_setup="$('/home/matus/bin/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then