mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-13 21:53:20 +03:00
update
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -13,7 +13,6 @@ EDITOR=vim
|
|||||||
#Thanks to http://bashrcgenerator.com/
|
#Thanks to http://bashrcgenerator.com/
|
||||||
export PS1="\[\e[00;32m\]\u\[\e[0m\]\[\e[00;37m\]@\h:\[\e[0m\]\[\e[00;36m\][\[\e[0m\]\[\e[00;32m\]\w\[\e[0m\]\[\e[00;36m\]]\[\e[0m\]\[\e[00;37m\]\\$ \[\e[0m\]"
|
export PS1="\[\e[00;32m\]\u\[\e[0m\]\[\e[00;37m\]@\h:\[\e[0m\]\[\e[00;36m\][\[\e[0m\]\[\e[00;32m\]\w\[\e[0m\]\[\e[00;36m\]]\[\e[0m\]\[\e[00;37m\]\\$ \[\e[0m\]"
|
||||||
|
|
||||||
|
|
||||||
#Aliases
|
#Aliases
|
||||||
alias ls='ls -hF --color' # add colors for filetype recognition
|
alias ls='ls -hF --color' # add colors for filetype recognition
|
||||||
alias la='ls -Al' # show hidden files
|
alias la='ls -Al' # show hidden files
|
||||||
@@ -118,3 +117,6 @@ PATH=$GOPATH/bin:$PATH
|
|||||||
|
|
||||||
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||||
export PATH="$PATH:$HOME/.rvm/bin"
|
export PATH="$PATH:$HOME/.rvm/bin"
|
||||||
|
|
||||||
|
eval "$(starship init bash)"
|
||||||
|
[[ -s "/etc/profile.d/grc.bashrc" ]] && source /etc/profile.d/grc.bashrc
|
||||||
|
|||||||
2
.zshrc
2
.zshrc
@@ -13,6 +13,8 @@ NC='\033[0m' # No Color
|
|||||||
alias moc="mocp"
|
alias moc="mocp"
|
||||||
alias mt="neomutt"
|
alias mt="neomutt"
|
||||||
|
|
||||||
|
alias wacomMap="xsetwacom --set '14' MapToOutput HEAD-0"
|
||||||
|
|
||||||
alias scrot='scrot -s ~/Pictures/Screenshots/%b%d%H%M%S.png'
|
alias scrot='scrot -s ~/Pictures/Screenshots/%b%d%H%M%S.png'
|
||||||
|
|
||||||
alias mem='smem -rk'
|
alias mem='smem -rk'
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ set $super Mod4
|
|||||||
font pango:monospace 8
|
font pango:monospace 8
|
||||||
|
|
||||||
#exec feh --bg-fill /home/david/Pictures/Wallpapers/ellie_full.jpg
|
#exec feh --bg-fill /home/david/Pictures/Wallpapers/ellie_full.jpg
|
||||||
exec feh --bg-fill /home/david/Pictures/wall.png
|
exec feh --bg-fill /home/david/Pictures/wall.jpg
|
||||||
exec setxkbmap -layout gb,ru -variant ,winkeys -option grp:caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,compose:ralt
|
exec setxkbmap -layout gb,ru -variant ,winkeys -option grp:caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp,compose:ralt
|
||||||
|
|
||||||
|
|
||||||
@@ -182,7 +182,7 @@ bindsym $mod+r mode "resize"
|
|||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
bar {
|
bar {
|
||||||
status_command i3blocks -c /home/david/.config/i3blocks.conf </dev/null
|
status_command i3blocks -c /home/david/dotfiles/i3blocks.conf </dev/null
|
||||||
colors {
|
colors {
|
||||||
separator #928374
|
separator #928374
|
||||||
background #333333
|
background #333333
|
||||||
|
|||||||
6
setup.sh
6
setup.sh
@@ -3,6 +3,12 @@
|
|||||||
GREEN='\033[0;32m'
|
GREEN='\033[0;32m'
|
||||||
RESET='\033[0m'
|
RESET='\033[0m'
|
||||||
|
|
||||||
|
read -p "Install dependencies? [Ubuntu only]" -n 1 -r
|
||||||
|
echo
|
||||||
|
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||||
|
then
|
||||||
|
sudo apt install curl vim silversearcher-ag nmap neofetch gdebi git ranger tig mycli pgcli fzf jq miller newsboat
|
||||||
|
fi
|
||||||
|
|
||||||
read -p "Delete old backups? " -n 1 -r
|
read -p "Delete old backups? " -n 1 -r
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user