diff --git a/Arch/.bashrc b/Arch/.bashrc deleted file mode 100644 index ec48fb2..0000000 --- a/Arch/.bashrc +++ /dev/null @@ -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"' diff --git a/Arch/.bashrc b/Arch/.bashrc new file mode 120000 index 0000000..c149027 --- /dev/null +++ b/Arch/.bashrc @@ -0,0 +1 @@ +/home/brad/.bashrc \ No newline at end of file diff --git a/Arch/.tmux.conf b/Arch/.tmux.conf deleted file mode 100644 index d2abde3..0000000 --- a/Arch/.tmux.conf +++ /dev/null @@ -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 diff --git a/Arch/.tmux.conf b/Arch/.tmux.conf new file mode 120000 index 0000000..277adde --- /dev/null +++ b/Arch/.tmux.conf @@ -0,0 +1 @@ +/home/brad/.tmux.conf \ No newline at end of file diff --git a/Arch/.vimrc b/Arch/.vimrc deleted file mode 100644 index ed66f77..0000000 --- a/Arch/.vimrc +++ /dev/null @@ -1,32 +0,0 @@ -let mapleader = "-" -inoremap kj -nnoremap h -nnoremap l -nnoremap k -nnoremap j -map :NERDTreeToggle -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 diff --git a/Arch/.vimrc b/Arch/.vimrc new file mode 120000 index 0000000..73e0859 --- /dev/null +++ b/Arch/.vimrc @@ -0,0 +1 @@ +/home/brad/.vimrc \ No newline at end of file