Update laptop
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
## Other Dependencies
|
## Other Dependencies
|
||||||
|
|
||||||
+ [vim-plug](https://github.com/junegunn/vim-plug)
|
+ [vim-plug](https://github.com/junegunn/vim-plug)
|
||||||
+ fcitx + mozc: Japanese Keyboard - Thanks to [THIS](https://www.youtube.com/watch?v=ptbFWnowvLo) guy!
|
+ fcitx + mozc: Japanese Keyboard - Thanks to [THIS](https://www.youtube.com/watch?v=ptbFWnowvLo) guy! (fcitx fcitx-mozc fcitx-configtool libfcitx-gtk3 libfcitx-gtk libfcitx)
|
||||||
+ fzf
|
+ fzf
|
||||||
+ light
|
+ light
|
||||||
+ pactl
|
+ pactl
|
||||||
|
|||||||
@@ -78,8 +78,8 @@ bindsym XF86AudioPrev exec playerctl previous
|
|||||||
bindsym $mod+e exec thunar
|
bindsym $mod+e exec thunar
|
||||||
|
|
||||||
bindsym $mod+Ctrl+c exec google-calendar-dark
|
bindsym $mod+Ctrl+c exec google-calendar-dark
|
||||||
bindsym $mod+Ctrl+d exec discord; exec Discord
|
bindsym $mod+Ctrl+d exec discord
|
||||||
bindsym $mod+Ctrl+Shift+d exec pkill discord; exec pkill Discord
|
bindsym $mod+Ctrl+Shift+d exec pkill discord
|
||||||
bindsym $mod+Ctrl+f exec firefox
|
bindsym $mod+Ctrl+f exec firefox
|
||||||
bindsym $mod+Ctrl+m exec thunderbird
|
bindsym $mod+Ctrl+m exec thunderbird
|
||||||
bindsym $mod+Ctrl+n exec notion-app
|
bindsym $mod+Ctrl+n exec notion-app
|
||||||
@@ -178,5 +178,6 @@ exec nextcloud
|
|||||||
exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png
|
exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png
|
||||||
exec dunst
|
exec dunst
|
||||||
exec picom
|
exec picom
|
||||||
|
exec nm-applet
|
||||||
exec ~/scripts/fix_screens.sh
|
exec ~/scripts/fix_screens.sh
|
||||||
exec ~/.config/polybar/launch.sh
|
exec ~/.config/polybar/launch.sh
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ locale =
|
|||||||
|
|
||||||
modules-left = i3 spotify
|
modules-left = i3 spotify
|
||||||
modules-center = date time
|
modules-center = date time
|
||||||
modules-right = cpu memory network volume backlight battery
|
modules-right = yay_updates cpu memory network volume backlight battery
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 1
|
tray-padding = 1
|
||||||
|
|||||||
1
files/.zsh-highlighting/.zsh_highlighting
Symbolic link
1
files/.zsh-highlighting/.zsh_highlighting
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/home/marc/dots/files/.zsh_highlighting
|
||||||
12
files/.zshrc
12
files/.zshrc
@@ -38,18 +38,12 @@ export PATH=$PATH:$HOME/.local/bin:$HOME/scripts:$HOME/.cargo/bin
|
|||||||
alias fontslist="fc-list :scalable=true:spacing=mono: family"
|
alias fontslist="fc-list :scalable=true:spacing=mono: family"
|
||||||
alias fontscache="fc-cache -f -v"
|
alias fontscache="fc-cache -f -v"
|
||||||
|
|
||||||
#if [[ -x $(which nvim 2> /dev/null) ]]; then
|
if [[ -x $(which nvim 2> /dev/null) ]]; then
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias vim="~/neovim-nightly/bin/nvim"
|
|
||||||
#fi
|
|
||||||
|
|
||||||
# im either using manjaro or fedora
|
|
||||||
if [[ -f "/etc/manjaro-release" ]]; then
|
|
||||||
alias updoot="yay -Syu"
|
|
||||||
else
|
|
||||||
alias updoot="sudo dnf upgrade"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
alias updoot="yay -Syu"
|
||||||
|
|
||||||
alias s="cd ~/scripts/"
|
alias s="cd ~/scripts/"
|
||||||
alias c='clear'
|
alias c='clear'
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ rm -rf $HOME/scripts
|
|||||||
ln -sf $path/scripts $HOME/scripts
|
ln -sf $path/scripts $HOME/scripts
|
||||||
|
|
||||||
# Home directory
|
# Home directory
|
||||||
home_files=".dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh_highlighting"
|
home_files=".dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh-highlighting"
|
||||||
for file in $home_files
|
for file in $home_files
|
||||||
do
|
do
|
||||||
ln -sf $path/$file $HOME/$file
|
ln -sf $path/$file $HOME/$file
|
||||||
|
|||||||
Reference in New Issue
Block a user