mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
now cloning the oh my fish framework using ansible git module
This commit is contained in:
@@ -5,11 +5,6 @@ if status is-interactive
|
||||
# Set the editor to use vim
|
||||
set --export --global EDITOR nvim
|
||||
|
||||
# Install OMF if it is not already
|
||||
if test ! -d ~/.local/share/omf
|
||||
curl -L https://get.oh-my.fish | fish
|
||||
end
|
||||
|
||||
# Alias for the cat command
|
||||
alias cat="bat --theme ColdDark-Cold"
|
||||
|
||||
|
||||
@@ -19,6 +19,12 @@
|
||||
delete: true
|
||||
src: fish
|
||||
dest: "/$HOME/.config"
|
||||
- name: Clone Oh My Fish
|
||||
git:
|
||||
repo: https://github.com/oh-my-fish/oh-my-fish
|
||||
depth: 1
|
||||
single_branch: true
|
||||
update: true
|
||||
- name: Setup OMF
|
||||
synchronize:
|
||||
delete: true
|
||||
|
||||
Reference in New Issue
Block a user