Add custom dircolors
This commit is contained in:
parent
b1616e56a5
commit
8b0f43437a
3 changed files with 200 additions and 0 deletions
2
setup
2
setup
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue