Dotfiles and system configuration for GNU/linux
There will be even a basic usage explanation of all the tools.
To map the capsLock key as esc key in linux (for nvim):
setxkbmap -option caps:escapeTo restore default keybindings:setxkbmap -option caps:escape
There are still many things to fix.
The config of programs not used are in programs/ folder. A list of other useful general programs are in the README.md of the same folder.
Basic kernel and portage configuration for:
Kernel:
- Nvidia GPU and Nvidia driver
- Nvme ssd
- bluetooth usb
- AMD cpu
- cabled internet
- ...
Portage:
- Global use flags
- Nvidia driver
- amd architecture (2°-3° gen ?)
- ...
Display manager.
~/.xinitrcWindow manager.
~/.config/i3/.Compositer for window.
Better Picom (fork of compton) then Compton. Picom allow round window corner.
~/.config/picom/.~/.config/conpton/compton.confi3 status bar with system monitoring tool.
Better Polybar then i3-bar.
~/.config/polybar/.~/.config/i3/i3status.conf i3 menu searcer.
Better Rofi then dmenu.
~/.config/rofi/.Default i3 menu.
Terminal emulator.
~/.Xresources~/.config/kitty/.Using the default GUI theme customizer
~/.bashrcTerminal highly customizable. Powerlevel 10k personalization.
~/.zshrcUsing p10k configure in shell.
Terminal multiplexer
~/.config/tmux/.All in one text editor.
~/.config/nvim/.And plugin intsalled in ~/.local/share/nvim/.
See program for a list.