Skip to content

danielrouco/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My linux dotfiles

Tools

  • 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

Screenshots

Screenshot6 Screenshot1 Screenshot5 Screenshot3 Screenshot2 Screenshot4

Setup

  1. Clone the repository
git clone https://github.com/danielrouco/dotfiles.git
  1. Move .bashrc to the default path
mv dotfiles/.bashrc ~/.bashrc
  1. Move all the other config files to ~/.config
mv dotfiles/* ~/.config
  1. 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