My Linux environment
Go to file
Érico Rolim f28e3ae623 General maintenance of repo and removal of non-used functions. 2019-10-08 22:11:45 -03:00
emacs Add go-mode to Emacs. 2019-09-09 13:42:29 -03:00
fish/.config/fish General maintenance of repo and removal of non-used functions. 2019-10-08 22:11:45 -03:00
gdb Name changes to files for using --dotfiles option in stow, and small changes to tmux. 2019-09-07 23:34:00 -03:00
nvim/.config/nvim General updates. 2019-06-04 02:58:11 -03:00
script/.local General maintenance of repo and removal of non-used functions. 2019-10-08 22:11:45 -03:00
sourcecode Add keyboard_layout_switcher program, use it for click action on waybar and as bindsym. 2019-09-09 13:42:13 -03:00
tmux Remove pkgtop from tmux and correct the wayland verification. 2019-09-09 01:05:39 -03:00
wm/.config Add keyboard_layout_switcher program, use it for click action on waybar and as bindsym. 2019-09-09 13:42:13 -03:00
.gitignore General maintenance of repo and removal of non-used functions. 2019-10-08 22:11:45 -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 Initial commit 2019-04-27 01:19:44 -03:00
README.md Update README with info on dependencies for this setup. Also added the swaylock configuration. 2019-09-09 01:48:23 -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 bring all files, use

$ stow */

otherwise, for specific folders, use

$ stow folder

Sway + Waybar

This setup, which can be found on wm, requires the following dependencies:

  • Basic setup:
    • sway: the Wayland compositor and tiling window manager.
      • swaylock
      • swaybg
      • swayidle
    • Xwayland: X server inside Wayland, for backwards compatibility.
    • waybar: customizable status bar.
    • jq: CLI JSON parser, necessary for keyboard layout implementation.
    • redshift: magic tool for avoiding eye burning. Needs to be the version patched for Sway/Wayland use.
  • Default applications:
    • alacritty: the default terminal emulator (and it has the dimensions option).
      • tmux: the main terminal shortcut launches tmux for multiple terminals in the same screen.
    • emacs: the default text editor (unfortunately, has to run through Xwayland).
    • nvim: the default CLI text editor.
    • launcher: used as a standalone launcher, it requires a few details dependencies:
      • fzf: a wonderful fuzzy searcher.
      • lnch: a really simple Go program for launching an application. Can be obtained by running the makefile inside sourcecode.
  • Applications needed for media keys:
    • pulseaudio: the default audio daemon; pactl is used for controlling the volume.
    • brightnessctl: the default brightness controller; it's used for setting the backlight.