mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02: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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user