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
# One Dark by Giuseppe Cesarano, https://github.com/GiuseppeCesarano | |
# This work is licensed under the terms of the GPL-2.0 license. | |
# For a copy, see https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html. | |
# Colors | |
foreground #979eab | |
background #282c34 | |
color0 #282c34 |
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
# misal, ada file input.txt | |
# | |
# isinya: | |
# asdf1 | |
# asdf2 | |
# asdf3 | |
# dst... | |
cat input.txt |xargs | |
cat input.txt |xargs --verbose | |
cat input.txt |xargs -t |
- Download cheat
curl -sL https://github.com/cheat/cheat/releases/download/4.2.2/cheat-linux-amd64.gz -o ~/cheat-linux-amd64.gz
- Extract
gzip -d ~/cheat-linux-amd64.gz
- Copy
cheat
binary to/usr/local/bin
-
Install Terminator
sudo apt install terminator
-
Download terminator config
mkdir -p ~/.config/terminator
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
[global_config] | |
focus = system | |
handle_size = 8 | |
title_transmit_bg_color = "#d30102" | |
[keybindings] | |
[profiles] | |
[[default]] | |
background_color = "#1e1e1e" | |
cursor_color = "#bbbbbb" | |
font = JetBrains Mono NL Medium 13 |
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
--- terminator.py.orig 2021-05-10 19:34:31.294488162 +0700 | |
+++ terminator.py 2021-05-10 19:37:34.914358012 +0700 | |
@@ -454,6 +454,9 @@ | |
.terminator-terminal-window .pane-separator { | |
background-color: @theme_bg_color; } | |
+ .terminator-terminal-window paned separator { | |
+ background-color: @theme_bg_color; } | |
+ | |
.terminator-terminal-window .terminator-terminal-searchbar { |
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
mkdir -p ~/.fonts | |
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf --output ~/.fonts/'MesloLGS NF Regular.ttf' | |
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf --output ~/.fonts/'MesloLGS NF Bold.ttf' | |
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf --output ~/.fonts/'MesloLGS NF Italic.ttf' | |
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf --output ~/.fonts/'MesloLGS NF Bold Italic.ttf' |
Get this app up and running on a Vagrant VM using your known production best practices as well as the instructions in the guidelines below.
You should use provisioner to install and configure everything. Ansible is preffered. But you can use chef or puppet if you more familiar with those tools. (please don't use shell provisioner).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder