Install asdf
$ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.1
$ echo ". $HOME/.asdf/asdf.sh\nfpath=(${ASDF_DIR}/completions $fpath)\nautoload -Uz compinit && compinit" >> "~/.zshrc"
$ source ~/.bashrc
Install miniforge python
Install asdf
$ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.1
$ echo ". $HOME/.asdf/asdf.sh\nfpath=(${ASDF_DIR}/completions $fpath)\nautoload -Uz compinit && compinit" >> "~/.zshrc"
$ source ~/.bashrc
Install miniforge python
{ | |
"globals" : | |
{ | |
"alwaysShowTabs" : true, | |
"defaultProfile" : "{bf17bf33-d2ce-489c-9904-4fb4619ff579}", | |
"initialCols" : 120, | |
"initialRows" : 30, | |
"keybindings" : | |
[ | |
{ |
%以下を\begin{document}の前に入れる | |
\makeatletter | |
\def\@copyrightspace{\relax} | |
\makeatother |
## This file is free software; you can redistribute it and/or | |
## modify it under the terms of the GNU General Public License as | |
## published by the Free Software Foundation; either version 2 of | |
## the License, or (at your option) any later version. | |
## This file is distributed in the hope that it will be | |
## useful, but WITHOUT ANY WARRANTY; without even the implied | |
## warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | |
## PURPOSE. See the GNU General Public License for more details. |
[data-zen="true"] atom-text-editor:not(.mini) { | |
div.scroll-view { | |
padding-top: 60px; | |
} | |
div.gutter-container { | |
padding-top: 60px; | |
} | |
} |
$('#save-button').on('click', function () { | |
const data = [ | |
['name', document.getElementById('name-input').value], | |
['email', document.getElementById('email-input').value], | |
['age', document.getElementById('age-input').value] | |
] | |
var csv = 'id,value' | |
data.forEach(function(row) { | |
csv += '\n' |
const electron = require('electron') | |
// Module to control application life. | |
const app = electron.app | |
// Module to create native browser window. | |
const BrowserWindow = electron.BrowserWindow | |
const path = require('path') | |
const url = require('url') | |
// Keep a global reference of the window object, if you don't, the window will |
alias open='cygstart' | |
export WIN_HOME=/c/Users/Shoya | |
export PATH=$WIN_HOME/Miniconda3:$PATH | |
export PATH=$WIN_HOME/Miniconda3/Scripts/:$PATH | |
export PATH=$WIN_HOME/Miniconda3/Library/bin:$PATH | |
export PATH=/c/Program\ Files/nodejs:$PATH | |
export PATH=$WIN_HOME/AppData/Roaming/npm:$PATH | |
# optional |