this is my .dotfile repository. you can download it all or just pick a config you want.
install.sh
file is written for arch base distros. but you can take a look at it and download necessary packages for your distro.
- clone repository:
git clone https://github.com/dalmamad/dotfiles-old.git
- change directory to the repo:
cd dotfiles
- run
install.sh
(make sureyay
is installed):
./install.sh
these are the tools i'm using for my daily workflow:
- WindowsManager: i use
i3wm
withpicom
compositor androfi
. simple, lightweight and enough - StatusBar:
i3blocks
- Editor:
neovim
- Terminal:
alacritty
- Browser: i use
librewolf
withvimium
extention - GitTui:
lazygit
- FileManager:
thunar
andranger
- VideoPlayer:
mvp
with vim keys
- Mod+Return : open terminal
- Mod+n : open nvim
- Mod+i : open thunar file manager
- Mod+o : open browser
- Mod+h | j | k | l : windows navigate
for other key binding you can check keybinding
section in dotfile/i3/.config/i3/config
file.