File tree 7 files changed +45
-7
lines changed
7 files changed +45
-7
lines changed Original file line number Diff line number Diff line change @@ -63,5 +63,5 @@ urxvt.scrollWithBuffer: true
63
63
!! urls
64
64
urxvt.matcher.button: C1
65
65
urxvt.perl-ext-common: default,matcher
66
- urxvt.url-launcher: firefox
66
+ urxvt.url-launcher: firefox-devedition
67
67
Original file line number Diff line number Diff line change 1
1
; ; *scratch*
2
2
(setq initial-major-mode 'org-mode )
3
3
4
-
5
4
; ; pretty
6
5
(set-default-font " Fira Code" )
7
6
70
69
(setq flymake-start-syntax-check-on-newline nil )
71
70
(setq flycheck-check-syntax-automatically '(save mode-enabled))
72
71
72
+ ; ; CLOS
73
+ (use-package slime
74
+ :ensure t
75
+ :config
76
+ (setq inferior-lisp-program " ~/.nix-profile/bin/sbcl" )
77
+ (setq slime-contribs '(slime-fancy)))
73
78
74
79
75
80
; ; keybinds
97
102
(setq indent-tabs-mode t )
98
103
(setq tab-width 2 )
99
104
(setq python-indent 8 )))
105
+ (add-hook 'css-mode-hook
106
+ (lambda ()
107
+ (setq css-indent-offset 2 )))
100
108
101
109
(load-file (let ((coding-system-for-read 'utf-8 ))
102
110
(shell-command-to-string " agda-mode locate" )))
112
120
(desktop-save " ~/.emacs.d/.#desktop#" ))
113
121
(global-set-key (kbd " C-c r l" ) 'load-desktop-default )
114
122
(global-set-key (kbd " C-c r s" ) 'save-desktop-default )
123
+
124
+
125
+ ; ; quicklisp
126
+
127
+ (load (expand-file-name " ~/quicklisp/slime-helper.el" ))
128
+ ; ; Replace "sbcl" with the path to your implementation
129
+ (setq inferior-lisp-program " sbcl" )
Original file line number Diff line number Diff line change 3
3
# Distributed under terms of the GPL2 license.
4
4
5
5
# Use a set of custom directory listing highlights.
6
- [[ -r $HOME /.shell/ls ]] && eval ` /usr/bin/dircolors -b $HOME /.shell/ls`
6
+ # [[ -r $HOME/.shell/ls ]] && eval `/usr/bin/dircolors -b $HOME/.shell/ls`
7
7
8
8
# Whenever using rxvt-unicode, load the correct color file for it.
9
9
[[ -r $HOME /.Xresources && $TERM =~ ' rxvt' ]] && xrdb -all $HOME /.Xresources
Original file line number Diff line number Diff line change 102
102
alias setusint='setxkbmap -layout us -variant intl'
103
103
alias setus='setxkbmap -layout us'
104
104
alias setdvp='setxkbmap -layout us -variant dvp'
105
+ alias ss='scrot -s'
105
106
# }}}
Original file line number Diff line number Diff line change
1
+ # anime folder
1
2
animu=/home/aigis/Anime
3
+
4
+ # do not delete bash_history
5
+ export HISTSIZE=
6
+ export HISTFILESIZE=
7
+
2
8
## Programming envs {{{
3
9
# haskell
4
10
export PATH=$PATH:~/.cabal/bin:~/.local/bin
@@ -10,7 +16,7 @@ export PATH="$PATH:$HOME/.cargo/bin"
10
16
eval `opam config env`
11
17
12
18
# rakudo
13
- export PATH=$PATH:~/build/rakudo/rakudo-star-2018.04/install/bin/:~/build/rakudo/rakudo-star-2018.04/install/share/perl6/site/bin
19
+ # export PATH=$PATH:~/build/rakudo/rakudo-star-2018.04/install/bin/:~/build/rakudo/rakudo-star-2018.04/install/share/perl6/site/bin
14
20
# }}}
15
21
16
22
## Software envs {{{
Original file line number Diff line number Diff line change 6
6
{
7
7
boot . tmpOnTmpfs = true ;
8
8
9
- systemd . generator- packages = [ pkgs . systemd-cryptsetup-generator ] ;
9
+ systemd . packages = [ pkgs . systemd-cryptsetup-generator ] ;
10
10
11
11
# Select internationalisation properties.
12
12
i18n = {
40
40
#windowManager.i3.enable = true;
41
41
windowManager . xmonad . enable = true ;
42
42
windowManager . xmonad . extraPackages = self : [ self . xmonad-contrib ] ;
43
- windowManager . xmonad . haskellPackages = pkgs . haskell . packages . ghc822 ;
43
+ windowManager . xmonad . haskellPackages = pkgs . haskell . packages . ghc865 ;
44
44
windowManager . default = "xmonad" ;
45
45
} ;
46
46
sshd . enable = true ;
95
95
maxJobs = pkgs . stdenv . lib . mkForce 4 ;
96
96
} ;
97
97
98
+ virtualisation . virtualbox . host . enable = true ;
99
+
98
100
# List packages installed in system profile. To search, run:
99
101
# $ nix search wget
100
102
environment . systemPackages = with pkgs ; [
103
+ ahoviewer
104
+ anki
101
105
binutils
102
106
cabal2nix
107
+ curl
103
108
emacs
104
109
feh
110
+ ffmpeg
105
111
firefox-devedition-bin
106
112
git
107
113
haskellPackages . hlint
108
114
haskellPackages . hpack
109
115
haskellPackages . xmobar
110
116
htop
111
117
jpegoptim
118
+ kdeApplications . kio-extras
119
+ keepassxc
120
+ krita
121
+ krusader
112
122
mpv
113
123
networkmanager
114
124
nitrogen
115
125
nix-bash-completions
126
+ nomacs
116
127
ntfs3g
117
128
optipng
118
129
p7zip
119
130
pavucontrol
131
+ gnome3 . polari
120
132
psmisc
121
133
racket
122
134
ripgrep
123
135
rofi
136
+ rustup
124
137
rxvt_unicode
125
138
scrot
139
+ spotify
140
+ tmsu
126
141
unzip
127
142
vim
128
143
# vimus
129
144
wget
130
145
which
146
+ wine
131
147
xlibs . xsetroot
132
148
xscreensaver
133
149
zathura
Submodule dots updated from c942558 to add0849
You can’t perform that action at this time.
0 commit comments