hikalium / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

dotfiles for hikalium

Crostini

curl https://raw.githubusercontent.com/hikalium/dotfiles/master/setup_crostini.sh | bash -xe

macOS

mkdir -p ~/Desktop/SS && defaults write com.apple.screencapture location ~/Desktop/SS

HOST=t05.z01.hikalium.com
echo ${HOST}
sudo scutil --set ComputerName ${HOST}
sudo scutil --set HostName ${HOST}
sudo scutil --set LocalHostName `echo $HOST | sed -E 's/\..*$//'`

Fonts

About

License:MIT License


Languages

Language:Vim Script 60.0%Language:Shell 17.5%Language:DIGITAL Command Language 16.5%Language:MoonScript 6.0%