You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
624 B

10 months ago
10 months ago
10 months ago
  1. # this file assumes NixOS is being used using the NixOS configuration provided in this repo.
  2. cp ./.tmux.conf ~/.tmux.conf
  3. cp ./vimconfigbase.vim ~/vimconfigbase.vim
  4. cp ./.vimrc ~/.vimrc
  5. mkdir -p ~/.config
  6. mkdir -p ~/.config/nvim
  7. cp ./init.vim ~/.config/nvim/init.vim
  8. cp ./.zshrc ~/.zshrc
  9. cp ./.sh_alias ~/.sh_alias
  10. mkdir -p ~/bin
  11. cp ./bin/ltx ~/bin/
  12. cp ./bin/screens ~/bin/
  13. cp ./bin/wk ~/bin/
  14. cp -r ./alacritty ~/.config/
  15. cp -r ./i3status ~/.config/
  16. # assuming that Rust is installed
  17. echo "append .gitconfig of this repo lines to the .gitconfig system file to use delta gitdiff tool"
  18. cat .gitconfig >> ~/.gitconfig