1.2 KiB
1.2 KiB
dotfiles
Content
Project description
Bash config files
Installation
git clone https://github.com/TheK4n/dotfiles
chmod u+x dotfiles/setup.sh
dotfiles/setup.sh
rm -rf dotfiles
Tips
$RANDOM - Return random 0-32767
\command - Without using alias
Autostart
- create
/etc/systemd/system/<service>.service
sudo vim /etc/systemd/system/<service>.service # create custom service
sudo systemctl daemon-reload
sudo systemctl start <service>.service # start custom service
sudo systemctl status <service>.service # check status
sudo systemctl enable <service>.service # autostart custom service
