GitXplorerGitXplorer
r

dotfiles

public
2 stars
1 forks
8 issues

Commits

List of commits on branch master.
Verified
2e371fd1dcb1af76a130213190e4dfda888ded88

Merge pull request #15 from rafaelleru/ansible

rrafaelleru committed 3 years ago
Unverified
09cd7ecc7cd5dda63722e0bf4863b386ef52906c

chore(install): remove dotbot submodule.

rrafaelleru committed 3 years ago
Unverified
8ab24eb3ad0e28f5734b4e6aa396ae721ca00834

feat(nvim): Toggle the nvim current window maximized

rrafaelleru committed 3 years ago
Unverified
5a3fd59bfc1adba5a655d1e671b914cc24e7ed33

feat(nvim): Add quick-scope plugin to quickly jump to words

rrafaelleru committed 3 years ago
Unverified
bc44cf6bdbc79853770b141fdc0b495870bfdfad

feat(nvim): set tab size to 4 spaces

rrafaelleru committed 3 years ago
Unverified
e79c037f3406a0c130d061b5d7f242788eb0e093

fix(nvim): migrate to nvim-cmp and add some backends

rrafaelleru committed 3 years ago

README

The README file for this repository.

Dotfiles

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 + h moves the focus to the left.

  • Alt + j moves the focus down.

  • Alt + k moves the focus up.

  • Alt + l moves the focus to the right.

  • This will also work with arrow keys.

  • Alt + Enter opens a new terminal.

  • Alt + Shift + Enter open neovim.

  • Alt + d exec dmenu.

  • Alt + q quits focused window.

  • Alt + p exec passmenu.

  • Alt + y exec clipmenu.

  • Alt + Shift + m multimedia control mode.

  • Alt + Esc i3 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.

How to use this repository:

Debian based distros

git clone https://github.com/rafaelleru/dotfiles/tree/master dotfiles
cd dotfiles
./install
./install_deb_packages.sh # Optional

Fedora/RedHad Linux

git clone https://github.com/rafaelleru/dotfiles/tree/master dotfiles
cd dotfiles
./install
./install_dnf_packages.sh # Opcional

Arch Linux

git clone https://github.com/rafaelleru/dotfiles/tree/master dotfiles
cd dotfiles
./install.sh
./install_pacman_packages.sh # Opcional