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
all: | |
gcc -g main.c -o main -lrabinpoly -lcrypto -Wno-deprecated-declarations | |
./main main.c |
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
Capslock::Ctrl | |
AppsKey::Capslock |
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
LWin::Alt | |
Alt::Ctrl | |
Ctrl::LWin | |
Ctrl up::Send {Ctrl Up} | |
*Tab::Send {Blind}{Tab} |
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
# Location of casks | |
CASKROOM = '/opt/homebrew-cask/Caskroom/' | |
# Go through installed casks. | |
Dir.foreach(CASKROOM) do |cask_name| | |
# Ignore hidden files/directories (i.e. '..' and '.', although someone could | |
# potentially have others, such as ".DS_Store" if they've trashed anything | |
# there). | |
next if cask_name.chr == '.' |
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
xcode-select --install | |
brew install zsh | |
brew install zsh-completions | |
rm -f ~/.zcompdump; compinit | |
chmod go-w /usr/local/share | |
brew install git | |
brew install hg | |
brew install vim --with-lua --with-luajit | |
brew install macvim --with-lua --with-luajit | |
brew install nano |
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
[global_config] | |
[keybindings] | |
[profiles] | |
[[default]] | |
[[hybrid]] | |
palette = "#282a2e:#a54242:#8c9440:#de935f:#5f819d:#85678f:#5e8d87:#707880:#373b41:#cc6666:#b5bd68:#f0c674:#81a2be:#b294bb:#8abeb7:#c5c8c6" | |
scrollbar_position = hidden | |
cursor_color = "#c5c8c6" | |
foreground_color = "#c5c8c6" | |
show_titlebar = False |
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
# configuration for osx clipboard support | |
set-option -g default-command "reattach-to-user-namespace -l sh" |
NewerOlder