installed autotiling for i3

This commit is contained in:
z3rOR0ne 2022-04-25 03:54:22 -07:00
parent d334a8a249
commit a1060fb4d3

View file

@ -11,14 +11,8 @@ tr '\n' ' '
add notation about using find to list only files in current directory and NOT subdirectory:
find $dir -maxdepth 1 -type f
Install zsh-completions-git
Install autotiling for i3 (not .git or -git version)
in your home directory:
paru -S autotiling
git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git ~/.zsh/zsh-autocomplete
Inside your .zsh file, you should already have called this plugin:
source ~/.zsh/zsh-autocomplete/zsh-autocomplete.plugin.zsh-completions-git
The rest can be sourced from your files here in zsh directory, just cp it into your ~/.zsh directory
and copy the i3/config file to your ~/.config/i3/ directory