Add .dircolors
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
85cf04e43a
commit
7dc8aee385
2 changed files with 302 additions and 4 deletions
|
@ -8,16 +8,14 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||
# Setting up git configuration
|
||||
ln -s "$DIR/.gitconfig" "$HOME/.gitconfig"
|
||||
|
||||
|
||||
|
||||
|
||||
# We link all important files
|
||||
# Setting up various configuration files
|
||||
ln -s "$DIR/.bash_profile" "$HOME/.bash_profile"
|
||||
ln -s "$DIR/.bashrc" "$HOME/.bashrc"
|
||||
ln -s "$DIR/.profile" "$HOME/.bashrc"
|
||||
ln -s "$DIR/.xinitrc" "$HOME/.xinitrc"
|
||||
ln -s "$DIR/.Xresources" "$HOME/.Xresources"
|
||||
ln -s "$DIR/.config/i3" "$HOME/.config/i3"
|
||||
ln -s "$DIR/.dircolors" "$HOME/.dircolors"
|
||||
|
||||
# Symlinking scripts directory and giving execute permissions
|
||||
ln -s "$DIR/bin" "$HOME/bin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue