Fixed Install
This commit is contained in:
parent
71b79d5686
commit
0ed722b2fa
5
bashrc
5
bashrc
|
@ -5,6 +5,8 @@
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
source /usr/share/doc/pkgfile/command-not-found.bash
|
||||||
|
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias today='date --iso-8601'
|
alias today='date --iso-8601'
|
||||||
|
@ -13,7 +15,10 @@ alias p='xclip -sel clip -o'
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
set -o vi
|
set -o vi
|
||||||
|
shopt -s autocd
|
||||||
|
|
||||||
export PATH="~/.dotfiles/bin:$PATH"
|
export PATH="~/.dotfiles/bin:$PATH"
|
||||||
|
PS1='\[\e[92m\]\u@\h\[\e[0m\]:\[\e[96m\]\w\[\e[0m\]\$ '
|
||||||
|
PROMPT_DIRTRIM=3
|
||||||
|
|
||||||
fortune | cowsay -r
|
fortune | cowsay -r
|
||||||
|
|
24
i3config
24
i3config
|
@ -38,19 +38,19 @@ exec --no-startup-id nm-applet
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id volbright volume_up
|
bindsym XF86AudioRaiseVolume exec --no-startup-id ~/.dotfiles/bin/volbright volume_up
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id volbright volume_down
|
bindsym XF86AudioLowerVolume exec --no-startup-id ~/.dotfiles/bin/volbright volume_down
|
||||||
bindsym XF86AudioMute exec --no-startup-id volbright volume_mute
|
bindsym XF86AudioMute exec --no-startup-id ~/.dotfiles/bin/volbright volume_mute
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id volbright brightness_up
|
bindsym XF86MonBrightnessUp exec --no-startup-id ~/.dotfiles/bin/volbright brightness_up
|
||||||
bindsym XF86MonBrightnessDown exec --no-startup-id volbright brightness_down
|
bindsym XF86MonBrightnessDown exec --no-startup-id ~/.dotfiles/bin/volbright brightness_down
|
||||||
bindsym XF86AudioPlayPause exec --no-startup-id volbright play_pause
|
bindsym XF86AudioPlayPause exec --no-startup-id ~/.dotfiles/bin/volbright play_pause
|
||||||
bindsym XF86AudioPause exec --no-startup-id volbright play_pause
|
bindsym XF86AudioPause exec --no-startup-id ~/.dotfiles/bin/volbright play_pause
|
||||||
bindsym XF86AudioPlay exec --no-startup-id volbright play_pause
|
bindsym XF86AudioPlay exec --no-startup-id ~/.dotfiles/bin/volbright play_pause
|
||||||
bindsym XF86AudioNext exec --no-startup-id volbright next_track
|
bindsym XF86AudioNext exec --no-startup-id ~/.dotfiles/bin/volbright next_track
|
||||||
bindsym XF86AudioPrev exec --no-startup-id volbright prev_track
|
bindsym XF86AudioPrev exec --no-startup-id ~/.dotfiles/bin/volbright prev_track
|
||||||
|
|
||||||
bindsym --release XF86RotateWindows exec rotatescreen
|
bindsym --release XF86RotateWindows exec ~/.dotfiles/bin/rotatescreen
|
||||||
bindsym --release XF86TaskPane exec flipscreen
|
bindsym --release XF86TaskPane exec ~/.dotfiles/bin/flipscreen
|
||||||
|
|
||||||
bindsym --release Print exec flameshot gui
|
bindsym --release Print exec flameshot gui
|
||||||
bindsym --release $mod+Print exec flameshot screen
|
bindsym --release $mod+Print exec flameshot screen
|
||||||
|
|
7
install
7
install
|
@ -1,4 +1,4 @@
|
||||||
sudo pacman -S i3 mpd ncmpcpp flameshot network-manager-applet ttf-font-awesome pipewire-pulse dunst --needed --noconfirm
|
sudo pacman -S i3 mpd ncmpcpp flameshot network-manager-applet ttf-font-awesome pipewire-pulse dunst pkgfile xclip --needed --noconfirm
|
||||||
yay -S light --needed --noconfirm
|
yay -S light --needed --noconfirm
|
||||||
|
|
||||||
ln -sf ~/.dotfiles/i3config ~/.config/i3/config
|
ln -sf ~/.dotfiles/i3config ~/.config/i3/config
|
||||||
|
@ -6,6 +6,9 @@ ln -sf ~/.dotfiles/mpd.conf ~/.config/mpd/mpd.conf
|
||||||
ln -sf ~/.dotfiles/ncmpcppconfig ~/.config/ncmpcpp/config
|
ln -sf ~/.dotfiles/ncmpcppconfig ~/.config/ncmpcpp/config
|
||||||
ln -sf ~/.dotfiles/bashrc ~/.bashrc
|
ln -sf ~/.dotfiles/bashrc ~/.bashrc
|
||||||
ln -sf ~/.dotfiles/bash_profile ~/.bash_profile
|
ln -sf ~/.dotfiles/bash_profile ~/.bash_profile
|
||||||
ln -sf ~/.dotfiles/xinitc ~/.xinitrc
|
ln -sf ~/.dotfiles/xinitrc ~/.xinitrc
|
||||||
ln -sf ~/.dotfiles/dunstrc ~/.config/dunst/dunstrc
|
ln -sf ~/.dotfiles/dunstrc ~/.config/dunst/dunstrc
|
||||||
ln -sf ~/.dotfiles/vimrc ~/.vimrc
|
ln -sf ~/.dotfiles/vimrc ~/.vimrc
|
||||||
|
|
||||||
|
sudo pkgfile -u
|
||||||
|
sudo systemctl enable pkgfile-update.timer
|
||||||
|
|
Loading…
Reference in a new issue