Skip to content

raifcoonjah/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

Ensure you have ansible installed.

Run this:

git clone https://github.com/holman/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
ansible-playbook --diff script/bootstrap.yml

This will symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles.

To note: When running the playbook, the following task will remove any previous files:

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

So please, be careful ⚠️


bin

seach-alias => This very simple, i tend to forget aliases a lot... So to make it easier to find them, try:

search-alias git

About

Dotfiles, zsh, tmux and Ansible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published