Skip to content

amasover/dotfiles

 
 

Repository files navigation

              ▄▄                         ▄▄▄▄      ██     ▄▄▄▄                         
              ██              ██        ██▀▀▀      ▀▀     ▀▀██                         
         ▄███▄██   ▄████▄   ███████   ███████    ████       ██       ▄████▄   ▄▄█████▄ 
        ██▀  ▀██  ██▀  ▀██    ██        ██         ██       ██      ██▄▄▄▄██  ██▄▄▄▄ ▀ 
        ██    ██  ██    ██    ██        ██         ██       ██      ██▀▀▀▀▀▀   ▀▀▀▀██▄ 
        ▀██▄▄███  ▀██▄▄██▀    ██▄▄▄     ██      ▄▄▄██▄▄▄    ██▄▄▄   ▀██▄▄▄▄█  █▄▄▄▄▄██ 
          ▀▀▀ ▀▀    ▀▀▀▀       ▀▀▀▀     ▀▀      ▀▀▀▀▀▀▀▀     ▀▀▀▀     ▀▀▀▀▀    ▀▀▀▀▀▀  

desktop-screenshot2 desktop-screenshot

Please see the wiki for documentation on specific features.

Description

  • Bar: polybar (or i3blocks)
  • Browser: firefox (or qutebrowser)
  • Compositor: compton
  • IRC Client: weechat
  • File Manager: thunar & ranger
  • Font: Hack
  • Program Launcher: rofi
  • Text Editor: spacemacs & vim
  • Terminal Emulator: termite & oh-my-zsh
  • Window Manager: i3-gaps

Package List (not comprehensive)

  • yadm dotfile manager
  • nvm node version manager via zsh plugin
  • emacs spacemacs
  • yadm dotfile manager
  • i3-gaps window manager
  • polybar status line & bar for i3
  • tumbler enables thumbnail view of images for thunar
  • termite terminal (repo link)
  • oh-my-zsh & z shell
  • feh terminal based image viewer, also used for desktop backgrounds
  • neovim
  • vundle vim package manager
  • ccat colorized cat (nixcraft)
  • exa colorized ls written in rust (nixcraft)
  • tree see tree folder/file structure from command line
  • task "Taskwarrior", a terminal based TODO list manager see website
  • rtv a terminal based reddit browser see their github
  • gtop pretty neat terminal based visual top (many more undocumented)

Installation

This project uses YADM, a dotfile manager that employs git. With YADM you can start with a new repo, or clone an existing repo. Both approachs are explained in depth on the YADM website's getting started section.

  1. Download Antergos ISO
  2. Fork this repo (or clone this repo directly and change it's upstream to your fork after install is done)
  3. Install Arch using Antergos, choose the "no desktop environment" option, it is probably called "Base".
  4. Follow the instructions outlined in INSTALL.md
  5. report any bugs or manual steps as issues to this repo so that the install process can be improved.

Commands & Aliases

Aliases

All aliases are currently listed in ~/.zshrc. This list is not comprehensive.

alias Description
alias lists all aliases in your terminal
setup-edit Run this command if you would like to edit the install(dotfiles installer). (i.e. you want to install new packages)
tools cd to ~/.local/bin/tools directory in terminal
sz source ~/.zshrc
ez edit ~/.zshrc
xrl reload changes to ~/.Xresources
bgf If you're in virtualbox and your desktop background is jank, this fixes it temporarily. I'm working on a better solution
kl kubectl

Tool Commands

Tools are scripts included as part of this repo that are used either in config files (like polybar & i3), or you can use directly. Tools are located in ~/.local/bin/tools & ~/.local/bin/setup

Action Command Location Description
update pacman/aur update setup/update updates pacman and aur packages (there is an indicator in polybar that shows you if there are updates available)
install dotfiles setup-install setup/install installs everything included in this repository, see setup instructions for more context
take screenshot screenshot Places screenshot with data+time in ~/Dropbox/Screenshots/{YEAR}, pass -h flag for additional options.

Rofi Commands

Action Command Type Description
open rofi alt+d key combo Opens rofi
rofi switch view alt+n/p (next/previous) rofi key combo Switches between views in rofi when rofi is open. Views: run, ssh, windows

Spacemacs

Mode Action Command Description
* open .spacemacs SPC f e d spacemacs/find-dotfile : opens .spacemacs in buffer
reload .spacemacs SPC f e R dotspacemacs/sync-configuration-files : reloads .spacemacs config changes
view major mode commands , major mode leader key (quickest way to issue a major mode command)
Org toggle TODO t toggle TODO item between TODO & DONE state in .org file
insert TODO alt-shift-RET insert new TODO in .org file

Termite

using oh-my-zsh vi_mode plugin:

"fd" escape insert mode

"/" vi-history-search-backward

"?" vi-history-search-forward

"n" vi-repeat-search

"N" vi-rev-repeat-search

"lk" accept auto-suggestion

Other 3rd Party Commands

Tool Command Description
xbindkeys xbindkeys -k Uses xbindkeys to output key code of pressed key or mouse button. Useful for mapping key codes to commands in i3 config

General Ricing Info

How to edit cursor styles

link

Debugging chron jobs

add "2>&1 |logger" to end of script:

* * * * * echo "test message" 2>&1 |logger

then view the output: sudo systemctl status fcron

more info here

GTK

Custom themes are downloaded to /usr/share/themes/

Instructions for setting the GTK 2 & 3 themes can be found on the arch wiki

Settings for gtk 3: ~/.config/gtk-3.0/settings.ini

Settings for gtk 2: ~/.gtkrc-2.0

Cron Jobs

how to import & export cron jobs

Sending notifications to desktop

I use a notification daemon called Dunst. You can send notifications to the desktop using dunstify or notify-send

Getting Help

For help using these, in your terminal:

dunstify --help
notify-send --help
man dunst

Customise & Reload

Edit: ~/.config/dunst/dunstrc

Reload: killall dunst && notify-send foo

Customize Dunst notifications via it's config file ~/.configs/dunst/dunstrc

Inspiration & Information Sources

desktop backgrounds

color schemes

dotfile repositories

other people's dotfiles

  • demure
  • noctuid Includes a more thorough explanation to all of this than I provide.

dotfile galleries

Blogs

Future Ideas

  1. rust lib for creating rules for windows and workspaces in i3

examples of problems it could solve:

  • when opening a terminal, make it open with a fixed or relative height and width
  • configure and restore workspace layouts, beyond the functionality of i3
  1. a polybar extension or stand alone application like rofi that provides a gui with functionality like emacs helm (spacemacs variety), to make common tasks, scripts, and functions discoverable and callable using symantic keybinds. (would love to use rust for the engine and maybe a language like lua, lisp, or python for scripting it)

  2. short of the system variety of helm, a cheatsheet overlay that behaves like rofi and can hook into my config files and scripts to generate and display a cheatsheet would be amazing.

  3. look into using taskwarrior for task management

  4. look into using oh-my-zsh custom plugins for better management of .zshrc oh-my-zsh wiki "Customization" section

  5. +1 script to create issues in github repo for dotfiles from commandline using vim buffer (or maybe emacs plugin if i'm feeling ambitious.)

  6. rofi menu for selecting screen layout. Or maybe something other than rofi. My current i3 method is starting to reach it's limits.

  7. refactor install script to be written in another language probably python. move dependencies to list files. have core packages and non core packages. have commands to add and remove packages from both list files and os.

Unanswered Questions

Things I want to know but didn't have time to look into when I thought of it.

  • i3wm: How to move a window below the window to the right or left of it without moving it below the entire tree

  • how to do snippets in emacs (per mode would be really nice)

Some things I'd like snippets for:

  • Javascript console logs (figured this out once then promptly forgot how i did it)

  • argument parsing template for bash scripts (i always end up copy pasting from other scripts)

  • documentation templates for bash scripts (they're inconsistent between my scripts right now)

  • cli for browsing remote repos on account, as well as cloning and such

  • cli based wiki for commands (manpage for dotfiles/dot)

  • rofi based login/shutdown/restart menu

  • custom homepage for firefox

  • framework for rofi menus

  • rofi based password manager for lastpass

  • script for adding and removing packages from ~/.config/dotfiles/arch-packages/pacman

  • install-pacman-packages.sh : installs packages for pacman listed from installed-packages.sh

  • switch-aws-creds.sh switch which AWS credentials are default store your configs in ~/.aws/. make each set of credentials it's own file starting with credentials- e.g. credentials-my-work-creds e.g. credentials-my-personal-creds

Existing aliases: work-mode: switch to work credentials other-mode: switch to other credentials

Helpful file locations:

Themes

GTK

Custom themes are downloaded to /usr/share/themes/

Instructions for setting the GTK 2 & 3 themes can be found on the arch wiki

Settings for gtk 3: ~/.config/gtk-3.0/settings.ini

Settings for gtk 2: ~/.gtkrc-2.0

About

All my dotfiles and linux setup scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 47.7%
  • Python 27.8%
  • Emacs Lisp 16.6%
  • CSS 4.6%
  • Vim Script 1.7%
  • Perl 1.6%