init
This commit is contained in:
13
dotfiles/.bashrc
Normal file
13
dotfiles/.bashrc
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
alias up='wg-quick up wg0'
|
||||
alias down='wg-quick down wg0'
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias discup='sudo pacman -Syy discord'
|
||||
alias r="ranger"
|
||||
PS1='[\[\e[94;1m\]\u\[\e[0;94m\]@\[\e[94m\]\h\[\e[0m\]] \[\e[92m\]\w\n\[\e[0m\]> '
|
||||
3
dotfiles/.tmux.conf
Normal file
3
dotfiles/.tmux.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
setw -g mouse on
|
||||
unbind C-b
|
||||
set-option -g prefix C-Space
|
||||
4
dotfiles/.vimrc
Normal file
4
dotfiles/.vimrc
Normal file
@@ -0,0 +1,4 @@
|
||||
set number
|
||||
syntax on
|
||||
filetype indent on
|
||||
set shiftwidth=4
|
||||
Reference in New Issue
Block a user