🚀 My setup for linux kernel based operating systems. Managed with GNU stow.
Shell Vim script Python Perl Lua Haskell Other
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.config Set recolor, now it's in the dark mode Apr 23, 2018
.fonts Added Monaco powerline patched and Hurmit Mar 4, 2018
.icons Add icons folder Feb 26, 2018
.mutt Add feh to open images Apr 20, 2018
.newsboat Add urlview to open links inside the RSS Reader Apr 20, 2018
.urxvt/ext Add urxvt plugins Feb 21, 2018
.vim Add pt spell in vim Mar 28, 2018
.weechat Change some auto-join channels Mar 4, 2018
Pictures Add Void Linux wallpapers Apr 19, 2018
bin Add fzf and chromium favorites/bookmarks functions Apr 23, 2018
.Xresources Set URxvt to gruvbox colours Apr 18, 2018
.bash_profile Add global variables and set the shell to bash. Mar 27, 2018
.bashrc Fix gruvbox colour on urxvt Apr 18, 2018
.mkshrc Organize this file, add '!!' function (it doesn't existis in mksh) Apr 23, 2018
.muttrc Add muttrc Feb 20, 2018
.tmux.conf Add transmission daemon to start before start tsm-remote-cli Apr 18, 2018
.urlview Add urlview file, it'll call linkhandler script Apr 18, 2018
.vimrc Add autocmd which shows the file creation time May 4, 2018
.xinitrc Remove a mapping and source .Xresources on X startup. Mar 28, 2018
.zshrc Add spaceship PS1 options Mar 10, 2018
README.md Update README.md (Add translate-shell description) Mar 28, 2018
install.sh Add more programs that I use to install. Mar 27, 2018
screenshot.png Update screenshot Mar 5, 2018
screenshot2.png Add other screnshot Mar 5, 2018
shell_aliases Add fzf and chromium favorites/bookmarks functions Apr 23, 2018

README.md

Dotfiles

Alt text

Alt text

Screenshots
Zsh    tmux    vim

Setup

CLI

  • newsboat: RSS feed reader for text terminals.
  • mutt: Fast and secure text-based mail client.
  • weechat: IRC client.
  • ranger: A vim-like file manager.
  • zsh: Very powerful shell with a lot of features.
  • tmux: A terminal multiplexer.
  • vim: Highly configurable text editor.
    • surround: Mappings to easily delete, change and add such surroundings in pairs.
    • NERDTree: File system explorer.
    • gruvbox: A low contrast colorscheme that's easy on the eyes.
  • transmission-remote-cli: Curses interface for the daemon of the BitTorrent client Transmission.
  • mps-youtube: Terminal based YouTube player and downloader.
  • scrot: Minimalistc screen capture.
  • youtube-dl: Open source program to download videos from YouTube.
  • surfraw: Fast search engine from CLI.
  • the fuck: Correct your previous command.
  • translate-shell: Translate things inside the shell.

GUI

  • qutebrowser: An awesome browser, it's Free Software, vim-like, minimal...
  • dunst: Lightweight notification-daemon.
  • zathura: Minimalistic and highly customizable document viewer.
  • feh: Lightweight and powerful image viewer.
  • spotify: Music player.
  • mpv: A free software command line video player highly customizable.

Installation

bash <(curl -s https://raw.githubusercontent.com/Valeyard1/dotfiles/master/install.sh)

Info

  • Distro: Void Linux
  • Window Manager: i3-gaps
  • Bar: Polybar
  • Terminal Emulator: URxvt-unicode
  • Editor: vim
  • Font: curie

My dotfiles are managed with GNU stow, it's a program that symlinks files. Here are some blog posts that explain how to use this program with your dotfiles:

Interesting read: Why share your dotfiles