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
for_window [class=".*"] border pixel 0 | |
set $mod Mod4 | |
# is used in the bar {} block below. | |
font pango:monospace 8 | |
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork | |
# NetworkManager is the most popular way to manage wireless networks on Linux, | |
# and nm-applet is a desktop environment-independent system tray GUI for it. |
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
let loaded_matchparen = 1 | |
let mapleader = " " | |
nnoremap <leader>h :wincmd h<CR> | |
nnoremap <leader>j :wincmd j<CR> | |
nnoremap <leader>k :wincmd k<CR> | |
nnoremap <leader>l :wincmd l<CR> | |
call plug#begin() | |
Plug 'alvan/vim-closetag' |
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
{ | |
"applyToListedOnly": false, | |
"automation": "", | |
"changeBrowserTheme": false, | |
"customThemes": [ | |
{ | |
"url": [ | |
"arxiv.org" | |
], | |
"theme": { |
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
# to be set | |
use_kaggle = False | |
competition_name = "" | |
base_folder = 'fastai_v3/' | |
from google.colab import drive | |
drive.mount('/content/gdrive/', force_remount=True) | |
root_dir = '/content/gdrive/My Drive/' | |
base_dir = root_dir + base_folder |
NewerOlder