My linux dotfiles
- Sway: Window manager
- Waybar: Top bar that displays some information like workspaces, battery, date..
- Wofi: Applications launcher
- Foot: Terminal emulator
- Dunst: Notification manager
- Neovim: Text editor
- Zathura: A simple PDF viewer with vim keybindings
- Ranger: A terminal file manager with vim keybindings
- Clone the repository
git clone https://github.com/danielrouco/dotfiles.git- Move .bashrc to the default path
mv dotfiles/.bashrc ~/.bashrc- Move all the other config files to ~/.config
mv dotfiles/* ~/.config- Install all the packages
- With apt:
sudo apt install sway waybar wofi foot dunst neovim zathura ranger- The proccess with another package manager will be similar
Warning
These configuration files were not made to be a good starting point for customization. Instead, they were created for personal use, so be aware that there are some settings that may not fit your needs well





