Added bashrc and made it less ugly
This commit is contained in:
parent
e44e7156e4
commit
b792504571
4 changed files with 28 additions and 5 deletions
21
.bashrc
Normal file
21
.bashrc
Normal file
|
@ -0,0 +1,21 @@
|
|||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep = 'grep --color=auto'
|
||||
alias sudo='sudo '
|
||||
alias cheat='f() { curl cheat.sh/$1; };f'
|
||||
alias updatemirrors='sudo reflector --age 12 --number 10 --protocol https --sort rate --save /etc/pacman.d/mirrorlist'
|
||||
alias pacman-clean='pacman -Rsn $(pacman -Qdtq)'
|
||||
|
||||
complete -cf sudo
|
||||
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
|
||||
PS1='[\u@\h \W]\$ '
|
||||
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
|
|
@ -6,8 +6,8 @@ standard_dialogs=gtk2
|
|||
style=gtk2
|
||||
|
||||
[Fonts]
|
||||
fixed=@Variant(\0\0\0@\0\0\0&\0\x42\0i\0t\0s\0t\0r\0\x65\0\x61\0m\0 \0V\0\x65\0r\0\x61\0 \0S\0\x61\0n\0s@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
general=@Variant(\0\0\0@\0\0\0&\0\x42\0i\0t\0s\0t\0r\0\x65\0\x61\0m\0 \0V\0\x65\0r\0\x61\0 \0S\0\x61\0n\0s@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
fixed=@Variant(\0\0\0@\0\0\0 \0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s\0 \0M\0o\0n\0o@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
general=@Variant(\0\0\0@\0\0\0 \0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s\0 \0M\0o\0n\0o@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
|
@ -28,4 +28,4 @@ wheel_scroll_lines=3
|
|||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x2}\0\0\x1\x6\0\0\x4\xff\0\0\x2\xf8\0\0\x2}\0\0\x1\x6\0\0\x4\xff\0\0\x2\xf8\0\0\0\0\0\0\0\0\a\x80\0\0\x2}\0\0\x1\x6\0\0\x4\xff\0\0\x2\xf8)
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x4\0\0\0\x1a\0\0\a{\0\0\x4\x33\0\0\0\x4\0\0\0\x1a\0\0\a{\0\0\x4\x33\0\0\0\0\0\0\0\0\a\x80\0\0\0\x4\0\0\0\x1a\0\0\a{\0\0\x4\x33)
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x2\x82\0\0\0\x1a\0\0\x4\xfd\0\0\x4\x33\0\0\x2\x82\0\0\0\x1a\0\0\x4\xfd\0\0\x4\x33\0\0\0\0\0\0\0\0\a\x80\0\0\x2\x82\0\0\0\x1a\0\0\x4\xfd\0\0\x4\x33)
|
||||
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,10 +1,12 @@
|
|||
*
|
||||
|
||||
!.config/
|
||||
!.config/*
|
||||
!.config/**
|
||||
!.vimrc
|
||||
!.Xresources
|
||||
!.xinitrc
|
||||
!.gtkrc-2.0
|
||||
!.gitignore
|
||||
!.inputrc
|
||||
!.bashrc
|
||||
!README.md
|
||||
|
|
2
.xinitrc
2
.xinitrc
|
@ -56,6 +56,6 @@ fi
|
|||
|
||||
#exec startkde
|
||||
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
#export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
#export QT_QPA_PLATFORMTHEME=gtk3
|
||||
exec dbus-launch i3
|
||||
|
|
Loading…
Reference in a new issue