edit config file
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user