aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-12-29 18:32:31 +0100
committerMichal Hanus <mikehanus@protonmail.com>2025-12-29 18:32:31 +0100
commit688a636a43e70da5337c8dd671d4269621fae80b (patch)
tree31f0fdadde28711b585fe90d04046e76f52388ef
parent3374dcf525dc4577de7d6044c8ed386f8acf85bb (diff)
nvim
-rw-r--r--.config/aliasrc15
-rw-r--r--.config/dconf/userbin50795 -> 61268 bytes
m---------.config/nvim0
-rw-r--r--.gitmodules2
-rw-r--r--.zshrc3
-rw-r--r--README.md1
6 files changed, 19 insertions, 2 deletions
diff --git a/.config/aliasrc b/.config/aliasrc
index b7ad53a..67c54d5 100644
--- a/.config/aliasrc
+++ b/.config/aliasrc
@@ -1,3 +1,18 @@
alias ls="ls --color"
alias cc="codium ."
alias c="codium"
+
+alias ll="ls -lAh"
+alias l="ls -lh"
+
+alias vi="nvim"
+
+alias mc='source /usr/lib/mc/mc-wrapper.sh'
+alias mcc='/usr/bin/mc'
+
+alias lo=libreoffice
+
+alias s='grep -rnw . -e'
+alias f='find . | grep -i'
+alias o='xdg-open'
+alias wtr="curl wttr.in/Kuncice+pod+Ondrejnikem"
diff --git a/.config/dconf/user b/.config/dconf/user
index 89c46b7..6b4370b 100644
--- a/.config/dconf/user
+++ b/.config/dconf/user
Binary files differ
diff --git a/.config/nvim b/.config/nvim
new file mode 160000
+Subproject aab38f32e0a02e43565a554d0a76ff65636499b
diff --git a/.gitmodules b/.gitmodules
index 0101799..78322d9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule ".local/zsh/zsh-completions"]
path = .local/zsh/zsh-completions
- url = https://github.com/zsh-users/zsh-history-substring-search.git
+ url = https://github.com/zsh-users/zsh-completions.git
[submodule ".local/zsh/zsh-history-substring-search"]
path = .local/zsh/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search.git
diff --git a/.zshrc b/.zshrc
index 49938ea..9b6df26 100644
--- a/.zshrc
+++ b/.zshrc
@@ -15,6 +15,7 @@ HISTFILE=~/.cache/zsh/history
setopt appendhistory
setopt sharehistory
setopt hist_ignore_space
+setopt INTERACTIVE_COMMENTS
# Basic auto/tab complete:
autoload -U compinit
@@ -82,6 +83,6 @@ source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/nul
# fpath=(~/.local/zsh-completions/src $fpath)
# Make zsh autocomplete with up arrow
-source /home/mh/.local/zsh/zsh-history-substring-search/zsh-history-substring-search.zsh
+source ~/.local/zsh/zsh-history-substring-search/zsh-history-substring-search.zsh
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
diff --git a/README.md b/README.md
index d68101d..d31822e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
```sh
+apt install zsh-syntax-highlighting zsh-autosuggestions
apt install terminator zsh git thunderbird neovim thunderbird rsync curl stow lf
sudo apt update && sudo apt install extrepo -y