My Linux environment
Go to file
Érico Rolim ad7d67984b Move get-otp implementation to a separate repo. 2020-10-09 01:50:31 -03:00
alacritty/.config/alacritty Update several configs. 2020-08-13 00:39:30 -03:00
doom-emacs/.config/doom Update IRC channels, also add weechat to void.sh. 2020-09-22 11:47:48 -03:00
emacs/.config/emacs Store emacs config in .config instead of ~. 2020-01-20 01:58:45 -03:00
embedded Update scripts and services. 2020-09-22 11:32:58 -03:00
fish/.config Update configs and scripts. 2020-10-08 18:05:13 -03:00
linux-utils Update configs and scripts. 2020-10-08 18:05:13 -03:00
media Update a bunch of configs. 2020-10-08 18:00:25 -03:00
nvim/.config/nvim Update configs and scripts. 2020-10-08 18:05:13 -03:00
sourcecode Move get-otp implementation to a separate repo. 2020-10-09 01:50:31 -03:00
term-utils Clean up scripts and use sh instead of bash 2020-06-04 01:10:31 -03:00
utils/.local/bin Move get-otp implementation to a separate repo. 2020-10-09 01:50:31 -03:00
void Move get-otp implementation to a separate repo. 2020-10-09 01:50:31 -03:00
wayland Update configs and scripts. 2020-10-08 18:05:13 -03:00
.gitignore General maintenance of repo and removal of non-used functions. 2019-10-08 22:11:45 -03:00
.gitmodules Move get-otp implementation to a separate repo. 2020-10-09 01:50:31 -03:00
.stowrc Name changes to files for using --dotfiles option in stow, and small changes to tmux. 2019-09-07 23:34:00 -03:00
LICENSE Update license for 2020. 2020-07-17 01:04:04 -03:00
README.md Simplify README. 2020-09-05 00:06:19 -03:00
stow-linux.sh Add stow-linux.sh. 2020-07-17 01:15:06 -03:00

README.md

ericonr's dotfiles

forthebadge

Uses GNU stow for managing symlinks! The default .stowrc file is setup for my home directory, and for adopting files (overwrite existing files, bringing them into the repo).

In order to link the usual files, use

$ ./stow-linux.sh

otherwise, for specific folders, use

$ stow <folder>

It's also recommended to create the ~/.local/bin and ~/.local/share directories before stowing the repository.

Window manager

This setup, dotfiles for which can be found inside wayland/, requires the dependencies listed under wm and wayland in void/void.sh.

Obs.: This configuration requires some executables that can be obtained from the sourcecode/ directory.

Wallpaper

wallpaper

The wallpaper is from one of the finalists of the Plasma 5.18 Wallpaper Contest! Congratulations to all of them :D

I specially loved kevintee's colors, so I'm using their wallpaper, which is available here as a convenience, but still under their license. You can find other versions of it at their repo.

neovim plugins

Neovim now uses git submodules to store some plugins:

If you want to use these plugins, you can download them using:

$ git clone --recursive https://github.com/ericonr/dotfiles.git

Embedded development

This setup for embedded development, especially on the arm-none-eabi platform, can be found on embedded/. It requires the dependencies listed under embedded in void/void.sh, and the following others:

  • STM32CubeProg: the programmer for cases when OpenOCD doesn't work.
  • STM32CubeMX: the tool used for generating STM32 projects.
  • esp-idf: the Espressif IoT Development Framework. Still requires the download of an actual ESP32 compiler.
  • ugdb: the best GDB interface! Helps a lot in usability.
  • can-utils: Utilities for debugging and using the CAN bus on Linux.