This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure services works | |
sudo timedatectl set-ntp true | |
sudo systemctl enable chronyd.service | |
sudo systemctl restart chronyd.service | |
# Check status | |
systemctl status chronyd.service | |
chronyc -n sources | |
grep -e ^server -e ^pool /etc/chrony.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "modern-normalize"; | |
:root { | |
line-height: 1.5; | |
} | |
h1, h2, h3, h4, h5, figure, p, ol, ul { | |
margin: 0; | |
} |
Switching between AstroVim v4 and Kitty terminal And by Vim split with the same keys
https://github.com/mrjones2014/smart-splits.nvim/tree/master?tab=readme-ov-file#configuration
export GO111MODULE=on
export GOPRIVATE=github.com/mycompany/\*
export GOFLAGS=-mod=vendor
https://dev.to/maelvls/why-is-go111module-everywhere-and-everything-about-go-modules-24k
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# checks to see if running | |
launchctl list | grep mongo | |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist | |
launchctl remove homebrew.mxcl.mongodb-community | |
pkill -f mongod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use asdf | |
set -a; . ./.env |
NewerOlder