KKOO
TESTING2
TESTING
- MX Linux 18
- dotfiles
- GNU Emacs 27.0.50
- Org mode version 9.2.3
- Evil version 1.2.14
- ~/.emacs.d
- MX Linux 18
- dotfiles
- GNU Emacs 27.0.50
- Org mode version 9.2.3
- Evil version 1.2.14
- ~/.emacs.d
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/bash | |
source ~/.bash_aliases | |
tmux new-session -ds 0 > /dev/null 2>&1 | |
tmux new-session -ds 1 > /dev/null 2>&1 | |
tmux new-session -ds 2 > /dev/null 2>&1 | |
tmux new-session -ds 3 > /dev/null 2>&1 | |
tmux new-session -ds 4 > /dev/null 2>&1 | |
tmux new-session -ds 5 > /dev/null 2>&1 | |
tmux new-session -ds 6 > /dev/null 2>&1 |
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
floating_modifier $mod | |
font xft:URWGothic-Book 11 | |
new_window normal | |
new_float normal | |
hide_edge_borders none | |
set $mod Mod4 | |
set $alt Mod1 | |
show_marks yes | |
focus_follows_mouse yes | |
popup_during_fullscreen ignore |
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
floating_modifier $mod | |
font xft:URWGothic-Book 11 | |
new_window normal | |
new_float normal | |
hide_edge_borders none | |
set $mod Mod4 | |
set $alt Mod1 | |
show_marks yes | |
focus_follows_mouse yes | |
popup_during_fullscreen ignore |
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
#!/usr/bin/env bash | |
clear && | |
apt -y update && | |
apt -y dist-upgrade && | |
apt -y autoremove && | |
apt -y autoclean && | |
apt -y install i3 rofi ranger xorg-dev xcape rubygems lxappearance leafpad calibre zathura zathura-pdf-poppler qbittorrent uget xclip dmenu checkinstall lxde unclutter arandr xbindkeys font-manager atool silversearcher-ag clang aspell-pt-br pandoc markdown xsel xdotool lxde-settings-daemon make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl w3m-img && | |
apt -y autoremove && | |
apt -y autoclean |
Faça um programa que peça para o usuário pensar em número de 1 a 4 e depois pergunte se o número é maior que 2 (S-Sim ou N-Não), e caso seja maior que 2, pergunte se ele é maior que 3, ou caso não seja maior que 2, pergunte se é maior que 1. Ao final o programa deve mostrar o número que o usuário pensou.
#include <stdio.h>
#include <stdlib.h>