Compare commits
No commits in common. "c8b670c453749b13affb2e7952a5fb1f23830d0f" and "33c0936e53284f4d07d2bcf39394773ce42084bf" have entirely different histories.
c8b670c453
...
33c0936e53
@ -2,7 +2,6 @@
|
|||||||
# https://www.chezmoi.io/reference/special-files-and-directories/chezmoiignore/
|
# https://www.chezmoi.io/reference/special-files-and-directories/chezmoiignore/
|
||||||
|
|
||||||
README.md
|
README.md
|
||||||
.bashrc
|
|
||||||
|
|
||||||
{{- if ne .chezmoi.osRelease.id "arch" }}
|
{{- if ne .chezmoi.osRelease.id "arch" }}
|
||||||
# Other than Arch Linux
|
# Other than Arch Linux
|
||||||
@ -33,11 +32,6 @@ README.md
|
|||||||
# for `root` user
|
# for `root` user
|
||||||
.config/*
|
.config/*
|
||||||
|
|
||||||
# bashrc
|
|
||||||
!.bashrc
|
|
||||||
!.config/bash
|
|
||||||
.config/bash/bashrc
|
|
||||||
|
|
||||||
# fish-shell
|
# fish-shell
|
||||||
!.config/fish
|
!.config/fish
|
||||||
.config/fish/**/*
|
.config/fish/**/*
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
# If not running interactively, don't do anything
|
|
||||||
[[ $- != *i* ]] && return
|
|
||||||
|
|
||||||
# Set enviroment variables here.
|
|
||||||
[[ -f ~/.config/bash/envs ]] && . ~/.config/bash/envs
|
|
||||||
|
|
||||||
# Source (read) `alias` file.
|
|
||||||
[[ -f ~/.config/bash/alias ]] && . ~/.config/bash/alias
|
|
||||||
|
|
||||||
# Customize prompt
|
|
||||||
PS1='[\u@\h \W]\$ '
|
|
@ -1 +0,0 @@
|
|||||||
{{- template "bashrc" . -}}
|
|
@ -1,9 +0,0 @@
|
|||||||
if command -v exa &> /dev/null
|
|
||||||
then
|
|
||||||
alias ls='exa'
|
|
||||||
alias la='exa -lag'
|
|
||||||
alias tree='exa -a --tree --git-ignore --level=3'
|
|
||||||
else
|
|
||||||
alias ls='ls --color=auto'
|
|
||||||
alias la='ls --color=auto -la'
|
|
||||||
fi
|
|
@ -1 +0,0 @@
|
|||||||
{{- template "bashrc" . -}}
|
|
@ -1,15 +0,0 @@
|
|||||||
export XDG_CONFIG_HOME="$HOME"/.config
|
|
||||||
export XDG_DATA_HOME="$HOME"/.local/share
|
|
||||||
export XDG_RUNTIME_DIR=/run/user/{{ .chezmoi.uid }}
|
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
|
||||||
export XDG_DESKTOP_DIR="$HOME/vc/desk"
|
|
||||||
export XDG_DOCUMENTS_DIR="$HOME/vc/docs"
|
|
||||||
export XDG_DOWNLOAD_DIR="$HOME/dl"
|
|
||||||
export XDG_MUSIC_DIR="$HOME/vc/audio"
|
|
||||||
export XDG_PICTURES_DIR="$HOME/vc/pix"
|
|
||||||
export XDG_VIDEOS_DIR="$HOME/vc/vids"
|
|
||||||
|
|
||||||
export HISTFILE="$XDG_DATA_HOME"/bash/history
|
|
||||||
export PATH="$XDG_DATA_HOME/cargo/bin:$PATH"
|
|
Loading…
Reference in New Issue
Block a user