These are my *nix dotfiles.
I am no longer using emacs so I don't know if it will work directly or if it needs some fixes
Currently I am using i3wm as my X11 window manager. Bellow you cand find some keybindings to use it.
-
Alt+hmoves the focus to the left. -
Alt+jmoves the focus down. -
Alt+kmoves the focus up. -
Alt+lmoves the focus to the right. -
This will also work with arrow keys.
-
Alt+Enteropens a new terminal. -
Alt+Shift+Enteropen neovim. -
Alt+dexec dmenu. -
Alt+qquits focused window. -
Alt+pexec passmenu. -
Alt+yexec clipmenu. -
Alt+Shift+mmultimedia control mode. -
Alt+Esci3 session manager mode.
My editor is neovim, to use YouCompleteMe plugin you will need to run install.py. The steps are:
cd ~/.config/nvim/bundle/YouCompleteMe/
python install.py
If you use the packages scripts in this repository it will run without problems.
alacritty is my terminal emulator and tmux helps me to manage multiple terminals, sessions, etc.
git clone https://github.com/rafaelleru/dotfiles/tree/master dotfiles
cd dotfiles
./install
./install_deb_packages.sh # Optional
git clone https://github.com/rafaelleru/dotfiles/tree/master dotfiles
cd dotfiles
./install
./install_dnf_packages.sh # Opcional
git clone https://github.com/rafaelleru/dotfiles/tree/master dotfiles
cd dotfiles
./install.sh
./install_pacman_packages.sh # Opcional
