Dotfiles for my tiling window manager + terminal workflow.
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.

7 lines
157 B

  1. #!/bin/bash
  2. linux_config_dir=~/linux-config
  3. dot_dir=$linux_config_dir/dotfiles
  4. config_dir=$linux_config_dir/configs
  5. sys_config_dir=~/.config
  6. pc=$(hostname)