This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## | |
| ## i3 config | |
| ## | |
| ## | |
| ## Autostart | |
| ## | |
| exec --no-startup-id "feh --bg-fill ~/pictures/wallpapers/wallpaper.jpg" | |
| exec --no-startup-id "i3-msg 'workspace 0:::ArchLinux'" | |
| exec --no-startup-id "nm-applet" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocompatible " be iMproved | |
| filetype off " required! | |
| set exrc | |
| set secure | |
| " Specify a directory for plugins | |
| " " - For Neovim: ~/.local/share/nvim/plugged | |
| " " - Avoid using standard Vim directory names like 'plugin' | |
| " My Bundles here: | |
| call plug#begin('~/.local/share/nvim/plugged') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # use C-a, since it's on the home row and easier to hit than C-b set -g default-terminal "screen-256color" | |
| set -g set-titles on | |
| set -g set-titles-string '#(whoami)::#h::#(curl ipecho.net/plain;echo)' | |
| set-option -g prefix C-a | |
| unbind-key C-a | |
| bind-key C-a send-prefix | |
| set -g base-index 1 | |
| # Easy config reload | |
| bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [options] | |
| clickable_url = true | |
| padding = 20 | |
| font = Hack 8 | |
| [colors] | |
| # special | |
| foreground = #ffeefc | |
| foreground_bold = #ffeefc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # use C-a, since it's on the home row and easier to hit than C-b set -g default-terminal "screen-256color" | |
| set -g set-titles on | |
| set -g set-titles-string '#(whoami)::#h::#(curl ipecho.net/plain;echo)' | |
| set-option -g prefix C-a | |
| unbind-key C-a | |
| bind-key C-a send-prefix | |
| set -g base-index 1 | |
| # Easy config reload | |
| bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # use C-a, since it's on the home row and easier to hit than C-b set -g default-terminal "screen-256color" | |
| set -g set-titles on | |
| set -g set-titles-string '#(whoami)::#h::#(curl ipecho.net/plain;echo)' | |
| set-option -g prefix C-a | |
| unbind-key C-a | |
| bind-key C-a send-prefix | |
| set -g base-index 1 | |
| # Easy config reload | |
| bind-key R source-file ~/.tmux.conf \; display-message "tmux.conf reloaded." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export PATH="$HOME/.rvm/gems/ruby-2.4.1/bin:$PATH" | |
| # Editor | |
| export EDITOR=vim | |
| # Path to your oh-my-zsh installation. | |
| export ZSH=/home/insi/.oh-my-zsh | |
| # ssh | |
| export SSH_KEY_PATH="~/.ssh/rsa_id" | |
| # npm | |
| export NPM_PACKAGES="${HOME}/.npm-packages" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocompatible " be iMproved | |
| filetype off " required! | |
| set exrc | |
| set secure | |
| " Specify a directory for plugins | |
| " " - For Neovim: ~/.local/share/nvim/plugged | |
| " " - Avoid using standard Vim directory names like 'plugin' | |
| " My Bundles here: | |
| call plug#begin('~/.local/share/nvim/plugged') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocompatible " be iMproved | |
| filetype off " required! | |
| set exrc | |
| set secure | |
| " Specify a directory for plugins | |
| " " - For Neovim: ~/.local/share/nvim/plugged | |
| " " - Avoid using standard Vim directory names like 'plugin' | |
| " My Bundles here: | |
| call plug#begin('~/.local/share/nvim/plugged') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local/acl 2.2.52-3 | |
| Access control list utilities, libraries and headers | |
| local/adwaita-icon-theme 3.24.0-1 (gnome) | |
| GNOME standard icons | |
| local/alsa-lib 1.1.4-1 | |
| An alternative implementation of Linux sound support | |
| local/alsa-utils 1.1.4-1 | |
| An alternative implementation of Linux sound support | |
| local/android-tools 7.1.2_r6-1 | |
| Android platform tools |