Add custom dircolors

This commit is contained in:
Daniel McKnight 2024-06-19 19:09:29 -07:00
parent b1616e56a5
commit 8b0f43437a
3 changed files with 200 additions and 0 deletions

2
setup
View file

@ -4,6 +4,7 @@
[ -f ~/.bashrc ] && mv ~/.bashrc ~/.bashrc.bak
[ -f ~/.nanorc ] && mv ~/.nanorc ~/.nanorc.bak
[ -f ~/.tmux.conf ] && mv ~/.tmux.conf ~/.tmux.conf.bak
[ -f ~/.dircolors ] && mv ~/.dircolors ~/.dircolors.bak
[ -d ~/.tmux ] && mv ~/.tmux ~/.tmux.bak
# Link dotfiles
@ -11,3 +12,4 @@
[ -e ~/.bashrc ] || ln -s ~/.dotfiles/.bashrc ~/.bashrc
[ -e ~/.nanorc ] || ln -s ~/.dotfiles/.nanorc ~/.nanorc
[ -e ~/.tmux ] || ln -s ~/.dotfiles/.tmux ~/.tmux
[ -e ~/.dircolors ] || ln -s ~/.dotfiles/.dircolors ~/.dircolors