2021-10-29 01:01:07 +03:00
2021-08-30 04:26:02 +03:00
2021-10-18 16:00:56 +03:00
doc
2021-10-29 01:01:07 +03:00
2021-10-02 01:30:20 +03:00
2021-09-25 01:33:15 +03:00
2021-10-17 04:32:56 +03:00
2021-10-15 00:22:48 +03:00
2021-10-17 04:24:49 +03:00
ref
2021-09-15 21:38:08 +03:00
2021-09-26 20:22:56 +03:00
doc
2021-10-29 01:01:07 +03:00
2021-10-18 15:47:51 +03:00

dotfiles

Content

Project description

Bash config files

Prompt

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

Description
Languages
Shell 79.6%
Lua 18.2%
Python 1.4%
Ruby 0.7%