edit config file
This commit is contained in:
@@ -44,6 +44,12 @@ dotfiles:
|
|||||||
d_nvim:
|
d_nvim:
|
||||||
src: config/nvim
|
src: config/nvim
|
||||||
dst: ~/.config/nvim
|
dst: ~/.config/nvim
|
||||||
|
f_asoundrc:
|
||||||
|
src: asoundrc
|
||||||
|
dst: ~/.asoundrc
|
||||||
|
d_modprobe.d:
|
||||||
|
src: etc/modprobe.d
|
||||||
|
dst: /etc/modprobe.d
|
||||||
profiles:
|
profiles:
|
||||||
arch-hyprland:
|
arch-hyprland:
|
||||||
dotfiles:
|
dotfiles:
|
||||||
@@ -59,3 +65,5 @@ profiles:
|
|||||||
- f_mirrorlist
|
- f_mirrorlist
|
||||||
- f_backlight.rules
|
- f_backlight.rules
|
||||||
- d_nvim
|
- d_nvim
|
||||||
|
- f_asoundrc
|
||||||
|
- d_modprobe.d
|
||||||
|
|||||||
@@ -102,8 +102,8 @@ Include = /etc/pacman.d/chaotic-mirrorlist
|
|||||||
#[multilib-testing]
|
#[multilib-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[multilib]
|
#[multilib]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
|
|||||||
@@ -89,6 +89,7 @@ export PATH="/home/lostecho/.local/bin:$PATH"
|
|||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
# export all_proxy=http://192.168.31.40:7890
|
# export all_proxy=http://192.168.31.40:7890
|
||||||
|
# export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
|
||||||
|
|
||||||
# Preferred editor for local and remote sessions
|
# Preferred editor for local and remote sessions
|
||||||
# if [[ -n $SSH_CONNECTION ]]; then
|
# if [[ -n $SSH_CONNECTION ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user