Note
How to install wezterm can be found here Wezterm install
Install Wezterm configuration
git clone https://github.com/RomanAverin/dotfiles
stow -v -R -t ~ wezterm
Leader key is the ctrl + space key
conbination | command |
---|---|
Leader + c | copy section to clipboard |
Leader + v | paste section from clipboard |
Leader + t | new tab |
Leader + w | close current tab\pane |
Leader + n | new window |
Leader + - | split window horizontal |
Leader + \ | split window vertical |
Leader + l | luncher |
Leader + s | new workspace with random name |
Leader + f | fuzzy find workspace |
Leader + e | rename workspace |
Leader + r | resize mode for the pane (hjkl or arrow key to resize) |
Leader + a | move mode for the pane (hjkl or arrow key to move between) |
Leader + i | itentity pane/tab |
- Logitech drivers and config
sudo dnf install logiops
sudo cp config/logid.cfg /etc/
sudo chown root:root /etc/logid.cfg
sudo systemctl enable logid.service
sudo systemctl start logid.service
- Install zsh and configure prompt(use zinit and powerlevel10k)
sudo dnf install git zsh vim fzf stow zoxide
git clone https://github.com/RomanAverin/dotfiles
stow -v -R -t ~ zsh
stow -v -R -t ~ p10k.zsh
source ~/.zshrc
To customize the prompt
p10k configure
- Install neovim
sudo dnf install neovim
git clone https://github.com/RomanAverin/neovim-dotfiles ~/.config/nvim
- Fix markdown-preview.nvim
cd ~/.local/share/nvim/lazy/markdown-preview.nvim
npm install
- Install some utils
sudo dnf install htop fd-find
cargo install tlrc
- fzf problem
fzf --zsh
unknown option: --zsh
Install latest version of the fzf
-
zsh compinit: insecure directories
Problem with permissions Fix it
compaudit | xargs chown -R "$(whoami)"
compaudit | xargs chmod go-w