Skip to content

rc0j/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles


install

Prerequisite: Ensure you have ansible installed.

  1. Clone the repository:

    git clone https://github.com/rc0j/dotfiles.git ~/.dotfiles
  2. Run the bootstrap playbook:

    ansible-playbook --diff ~/.dotfiles/script/bootstrap.yml

    This will symlink the appropriate configuration files from .dotfiles into your home directory.


info

During the playbook run, the following task removes any existing configuration files before creating new ones:

- name: Remove previous conf
  ansible.builtin.file:
    path: 
      - ~/.zshrc
      - ~/.tmux.conf
      - ~/.local/bin
    state: absent

Make sure to back up anything important beforehand.


📂 bin

No custom scripts added yet

About

dotfiles, zsh, tmux & other nerd things

Resources

License

Stars

Watchers

Forks