mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Fixed merge conflicts
This commit is contained in:
@@ -7,9 +7,10 @@ tap "federico-terzi/espanso"
|
|||||||
cask_args appdir: "~/Applications", require_sha: true
|
cask_args appdir: "~/Applications", require_sha: true
|
||||||
|
|
||||||
# formula
|
# formula
|
||||||
brew "espanso"
|
brew "espanso" # Espanso: Text expander
|
||||||
brew "fd" # required for some neovim plugins
|
brew "fd" # required for some neovim plugins
|
||||||
brew "figlet"
|
brew "figlet"
|
||||||
|
brew "gh" # Github CLI
|
||||||
brew "git"
|
brew "git"
|
||||||
brew "mas"
|
brew "mas"
|
||||||
brew "neovim"
|
brew "neovim"
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo "$(date -u '+%Y%m%d%H%M%S')"
|
set -e
|
||||||
|
|
||||||
|
isosec() {
|
||||||
|
echo "$(date -u '+%Y%m%d%H%M%S')"
|
||||||
|
}
|
||||||
|
|
||||||
|
isosec
|
||||||
|
|||||||
Reference in New Issue
Block a user