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
| set-executionpolicy unrestricted -s cu | |
| iex (new-object net.webclient).downloadstring('https://get.scoop.sh') | |
| # Utils | |
| scoop install aria2 7zip git busybox make | |
| start "$env:USERPROFILE\scoop\apps\7zip\current\install-context.reg" | |
| # Nerd Fonts | |
| scoop bucket add nerd-fonts |
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
| (require 'cc-mode) | |
| (add-to-list 'default-frame-alist '(fullscreen . maximized)) | |
| (tool-bar-mode 0) | |
| (menu-bar-mode 0) | |
| (scroll-bar-mode 0) | |
| (column-number-mode 1) | |
| (if (eq system-type 'windows-nt) |