Copy-paste to fix previous copy-paste
This commit is contained in:
parent
9fbf2f8cd6
commit
2cbf26aedf
22
Arch/.bashrc
22
Arch/.bashrc
@ -1,22 +0,0 @@
|
|||||||
#
|
|
||||||
# ~/.bashrc
|
|
||||||
#
|
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
|
||||||
[[ $- != *i* ]] && return
|
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
|
||||||
PS1='[\u@\h \W]\$ '
|
|
||||||
|
|
||||||
eval $(thefuck --alias)
|
|
||||||
alias trans='rsync -Pve ssh'
|
|
||||||
alias update='yay -Syu --noconfirm'
|
|
||||||
alias inst='yay --noconfirm -S'
|
|
||||||
alias burn='yay -Rns'
|
|
||||||
alias ls='ls --color=auto'
|
|
||||||
alias pacs='yay -Ss'
|
|
||||||
alias svim='sudo -E vim'
|
|
||||||
alias supd='sudo pacman -Syyuu'
|
|
||||||
alias ncdu='ncdu --color dark'
|
|
||||||
alias bigclock='watch -t -n 1 "date '+%D%n%I:%M:%S' | figlet -k"|lolcat'
|
|
||||||
alias gitview='git log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m"'
|
|
1
Arch/.bashrc
Symbolic link
1
Arch/.bashrc
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/brad/.bashrc
|
@ -1,66 +0,0 @@
|
|||||||
set-option -g activity-action other
|
|
||||||
set-option -g assume-paste-time 1
|
|
||||||
set-option -g base-index 0
|
|
||||||
set-option -g bell-action any
|
|
||||||
set-option -g default-command ""
|
|
||||||
set-option -g default-shell "/bin/bash"
|
|
||||||
set-option -g destroy-unattached off
|
|
||||||
set-option -g detach-on-destroy on
|
|
||||||
set-option -g display-panes-active-colour red
|
|
||||||
set-option -g display-panes-colour blue
|
|
||||||
set-option -g display-panes-time 1000
|
|
||||||
set-option -g display-time 750
|
|
||||||
set-option -g history-limit 2000
|
|
||||||
set-option -g key-table "root"
|
|
||||||
set-option -g lock-after-time 0
|
|
||||||
set-option -g lock-command "lock -np"
|
|
||||||
set-option -g message-command-style fg=yellow,bg=black
|
|
||||||
set-option -g message-style fg=black,bg=yellow
|
|
||||||
set-option -g mouse off
|
|
||||||
set-option -g prefix C-b
|
|
||||||
set-option -g prefix2 None
|
|
||||||
set-option -g renumber-windows off
|
|
||||||
set-option -g repeat-time 500
|
|
||||||
set-option -g set-titles off
|
|
||||||
set-option -g set-titles-string "#S:#I:#W - \"#T\" #{session_alerts}"
|
|
||||||
set-option -g silence-action other
|
|
||||||
set-option -g status on
|
|
||||||
set-option -g status-interval 15
|
|
||||||
set-option -g status-justify left
|
|
||||||
set-option -g status-keys vi
|
|
||||||
set-option -g status-left "[#S] "
|
|
||||||
set-option -g status-left-length 10
|
|
||||||
set-option -g status-left-style default
|
|
||||||
set-option -g status-position bottom
|
|
||||||
set-option -g status-right " \"#{=21:pane_title}\" %H:%M %d-%b-%y"
|
|
||||||
set-option -g status-right-length 40
|
|
||||||
set-option -g status-right-style default
|
|
||||||
set-option -g status-style fg=black,bg=green
|
|
||||||
set-option -g update-environment[0] "DISPLAY"
|
|
||||||
set-option -g update-environment[1] "SSH_ASKPASS"
|
|
||||||
set-option -g update-environment[2] "SSH_AUTH_SOCK"
|
|
||||||
set-option -g update-environment[3] "SSH_AGENT_PID"
|
|
||||||
set-option -g update-environment[4] "SSH_CONNECTION"
|
|
||||||
set-option -g update-environment[5] "WINDOWID"
|
|
||||||
set-option -g update-environment[6] "XAUTHORITY"
|
|
||||||
set-option -g visual-activity off
|
|
||||||
set-option -g visual-bell off
|
|
||||||
set-option -g visual-silence off
|
|
||||||
set-option -g word-separators " -_@"
|
|
||||||
|
|
||||||
# Set prefix to Ctrl-Space
|
|
||||||
unbind C-b
|
|
||||||
set -g prefix C-Space
|
|
||||||
bind Space send-prefix
|
|
||||||
|
|
||||||
# split panes using | and -
|
|
||||||
bind | split-window -h
|
|
||||||
bind - split-window -v
|
|
||||||
unbind '"'
|
|
||||||
unbind %
|
|
||||||
|
|
||||||
# switch panes using Alt-arrow without prefix
|
|
||||||
bind -n M-Left select-pane -L
|
|
||||||
bind -n M-Right select-pane -R
|
|
||||||
bind -n M-Up select-pane -U
|
|
||||||
bind -n M-Down select-pane -D
|
|
1
Arch/.tmux.conf
Symbolic link
1
Arch/.tmux.conf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/brad/.tmux.conf
|
32
Arch/.vimrc
32
Arch/.vimrc
@ -1,32 +0,0 @@
|
|||||||
let mapleader = "-"
|
|
||||||
inoremap kj <Esc>
|
|
||||||
nnoremap <left> <C-W>h
|
|
||||||
nnoremap <right> <C-W>l
|
|
||||||
nnoremap <up> <C-W>k
|
|
||||||
nnoremap <down> <C-W>j
|
|
||||||
map <C-a> :NERDTreeToggle <CR>
|
|
||||||
set nu
|
|
||||||
set autoread
|
|
||||||
set nowrap
|
|
||||||
set shiftwidth=4
|
|
||||||
set shiftround
|
|
||||||
set showmatch
|
|
||||||
set ignorecase
|
|
||||||
set smarttab
|
|
||||||
set incsearch
|
|
||||||
set history=1000
|
|
||||||
set undolevels=1000
|
|
||||||
set visualbell
|
|
||||||
set title
|
|
||||||
set expandtab
|
|
||||||
set autoindent
|
|
||||||
set hlsearch
|
|
||||||
set tabstop=4
|
|
||||||
colo ron
|
|
||||||
syntax on
|
|
||||||
set shiftround
|
|
||||||
execute pathogen#infect()
|
|
||||||
|
|
||||||
au CursorHoldI * stopinsert
|
|
||||||
au InsertEnter * let updaterestore=&updatetime | set updatetime=7000
|
|
||||||
au InsertLeave * let &updatetime=updaterestore
|
|
1
Arch/.vimrc
Symbolic link
1
Arch/.vimrc
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/home/brad/.vimrc
|
Loading…
Reference in New Issue
Block a user