Archived
1
0
Fork 0
This repository has been archived on 2024-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/update-files.sh

19 lines
341 B
Bash
Raw Normal View History

2016-04-21 13:10:38 +02:00
#!/bin/bash
# Copies all dotfiles to the repo.
set -eu
2016-04-21 13:10:38 +02:00
cd "$(dirname "${BASH_SOURCE[0]}")"
2016-04-21 13:10:38 +02:00
cp -av \
~/.alacritty.yml \
~/.gitconfig \
~/.tmux.conf \
~/.zshrc \
2020-11-19 21:25:53 +01:00
~/.config/htop/htoprc \
~/.config/nvim/init.vim \
files/
2017-06-24 15:23:30 +02:00
platform=$(uname | tr '[A-Z]' '[a-z]')
cp -av ~/.zsh_platform files/.zsh_platform_$platform