Reorganize some files, add color for ls

This commit is contained in:
2021-06-15 10:13:41 -05:00
parent 547d795d6b
commit 0e8b985c38
8 changed files with 15 additions and 13 deletions

View File

@@ -14,7 +14,6 @@ dotfiles_dir = "src/dotfiles"
# and `target` shall be relative to $HOME directory or absolute.
# You can have as many dot entry as you want, linking files or directories
alacritty = { source = "alacritty", target = ".config/alacritty" }
nvim = { source = "nvim", target = ".config/nvim" }
sway = { source = "sway", target = ".config/sway" }
waybar = { source = "waybar", target = ".config/waybar" }
wofi = { source = "wofi", target = ".config/wofi" }
@@ -22,12 +21,9 @@ wofi = { source = "wofi", target = ".config/wofi" }
# zsh
p10k = { source = "zsh/p10k.zsh", target = ".p10k.zsh" }
zsh = { source = "zsh/zsh", target = ".zsh", ignore = [ ".keep" ] }
zsh_aliases = { source = "zsh/zsh_aliases", target = ".zsh_aliases" }
zshenv = { source = "zsh/zshenv", target = ".zshenv" }
zshrc = { source = "zsh/zshrc", target = ".zshrc" }
# vim
nvim = { source = "nvim", target = ".config/nvim" }
vimrc = { source = "vim/vimrc", target = ".vimrc" }
vimrc_colors = { source = "vim/vimrc.colors", target = ".vimrc.colors" }
vimrc_lightline = { source = "vim/vimrc.lightline", target = ".vimrc.lightline" }
vimrc_plugins = { source = "vim/vimrc.plugins", target = ".vimrc.plugins" }