It's called this way because there's a period in the start of the filename (meaning it is a hidden file or directory), that looks like a dot. This repo contains some of my config files. This way I can use it as my backup if I format my machines or install it on new computers. Also, it can be helpful for some if you want to copy or take some ideas for your own customizations.
- I can use it as my backup if I need;
- I used it as a learning tool (on git and configuration files in general);
- Maybe I can help some people that are looking for inspiration.
You can download my dotfiles cloning this repository to your local machine and then copying the files you want to use as you wish.
In this example I'm going to demonstrate how you would use my .bashrc
file as
your bash configuration file:
git clone https://github.com/brunomontezano/dotfiles
cd dotfiles
cp .bashrc ~/.bashrc
If you do this, probably the next time you open your bash session, you're going
to notice some changes, because of the new .bashrc
file.
Note that you should read everything inside those config files before putting on your system. Sometimes there are something pointing to another file, script or program and you should aknowledge that. But I'm sure you're pretty smart and gonna work it out easily! Have a nice day!
- Desktop environment: GNOME
- Terminal emulator: GNOME Terminal
- Web browser: Firefox
- Music players: GNOME Music and Amberol
- AUR helper: paru
- Video player: Clapper
- Image viewer: Loupe
- Document viewer: Papers for PDF and more common formats and Foliate as eBook reader
- Text editor: Neovim ❤️
- File manager: Nautilus
- Reference manager: Zotero
- Programming-related: R, Python, Julia and shell scripting
- Colorscheme: Catppuccin (currently running Latte flavor during the day, and Mocha at night)
Feel free to leave an issue on the Issue tab and I'll try to respond as soon as possible.
If you want to check out some other projects of mine, go to my GitHub profile.