diff --git a/config.yaml b/config.yaml index 8020d26..29344b0 100644 --- a/config.yaml +++ b/config.yaml @@ -44,6 +44,12 @@ dotfiles: d_nvim: src: config/nvim dst: ~/.config/nvim + f_asoundrc: + src: asoundrc + dst: ~/.asoundrc + d_modprobe.d: + src: etc/modprobe.d + dst: /etc/modprobe.d profiles: arch-hyprland: dotfiles: @@ -59,3 +65,5 @@ profiles: - f_mirrorlist - f_backlight.rules - d_nvim + - f_asoundrc + - d_modprobe.d diff --git a/dotfiles/etc/pacman.conf b/dotfiles/etc/pacman.conf index c0a2282..2b748a7 100644 --- a/dotfiles/etc/pacman.conf +++ b/dotfiles/etc/pacman.conf @@ -102,8 +102,8 @@ Include = /etc/pacman.d/chaotic-mirrorlist #[multilib-testing] #Include = /etc/pacman.d/mirrorlist -[multilib] -Include = /etc/pacman.d/mirrorlist +#[multilib] +#Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 6abe880..3e47c88 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -89,6 +89,7 @@ export PATH="/home/lostecho/.local/bin:$PATH" export LANG=en_US.UTF-8 export EDITOR=vim # export all_proxy=http://192.168.31.40:7890 +# export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab # Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then