Commit Graph

205 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 85f3bbef89
fixed typo in packages declaration 2019-11-23 19:49:41 +01:00
Lucien Cartier-Tilet f4e2b576d2
fixed typo in packages declaration 2019-11-23 19:45:11 +01:00
Lucien Cartier-Tilet 4d0de55c42
fixed typo in packages declaration 2019-11-23 19:01:37 +01:00
Lucien Cartier-Tilet ba8131a51b
forgot to include this file in earlier commits 2019-11-23 18:44:13 +01:00
Lucien Cartier-Tilet 200210679e
updated domain from phundrak.fr to phundrak.com 2019-11-23 18:31:56 +01:00
Lucien Cartier-Tilet 4260820b9a
Added in bootstrap files decryption, earlier package installation 2019-11-23 18:05:18 +01:00
Lucien Cartier-Tilet 6e4508d409
Added media shortcuts for audio 2019-11-23 18:04:00 +01:00
Lucien Cartier-Tilet 68a53bb619
Removed some old fixes now useless, unused layers, made evil bépo-compatible 2019-11-23 18:01:52 +01:00
Lucien Cartier-Tilet e91afd2255
Added wrapper for dart_language_server redirecting to modern dart lsp server 2019-11-23 17:57:43 +01:00
Lucien Cartier-Tilet 37450bd7dc
Added paths for Dart and the Android SDK 2019-11-23 17:55:52 +01:00
Lucien Cartier-Tilet 90dacade3c
Added rule for the Android emulator 2019-11-23 17:54:48 +01:00
Lucien Cartier-Tilet cb1abfe9cc
updated nanorc dependency 2019-11-23 17:53:47 +01:00
Lucien Cartier-Tilet 7ed4599ca4
upgraded to yadm 2 2019-11-14 11:25:11 +01:00
Lucien Cartier-Tilet f2258a966a
forgot a package 2019-11-10 10:48:24 +01:00
Lucien Cartier-Tilet 4fea981faf
Added .pub-cache/bin to the PATH 2019-11-10 10:45:44 +01:00
Lucien Cartier-Tilet ccedf83ac9
Switched to LSP backend, added packages to install and configuration
In Emacs, I switched to the LSP backend for C/C++, CSS, Dart, HTML, Go,
Javascript and Python. I also removed a redundant line for web-beautify, and I
removed the plantuml layer since I don’t use it.

This lead to the installation of multiple packages, some of which were already
required but not explicitly installed by the bootstrap. I added the packages
existing in the Arch repos and the AUR, and some packages will get installed by
pip or by go’s package manager. I also set up the configuration of Chicken, and
more precisely, of its documentation.
2019-11-10 10:40:34 +01:00
Lucien Cartier-Tilet 25ac48f23a
Added rust components installation in bootstrap 2019-11-10 00:23:57 +01:00
Lucien Cartier-Tilet 59ca292527
Updated information, removed unused lines 2019-11-09 18:46:07 +01:00
Lucien Cartier-Tilet 6e15c5a232
Split dotspacemacs, edited editing style, removed unused packages
I removed my gnus configuration from my dotspacemacs file and put it into my
~/.gnus.el file.

I also added variables to my hybrid editing style for Spacemacs, and some
packages that were either redundant (e.g. explicit cmake-mode) or unused (e.g.
dionysos) were removed.
2019-11-09 18:42:15 +01:00
Phuntsok Drak-pa d31bcb369e
replaced chromium.desktop with firefox.desktop 2019-11-06 17:02:38 +01:00
Phuntsok Drak-pa 23f1ea90df
Forgot to remove these files
These fish functions were converted in earlier commits to executable scripts
located in `~/.local/bin/`. They do not need to be fish functions anymore.
2019-11-06 17:00:30 +01:00
Phuntsok Drak-pa 5a5f1450a1
Shortcuts update, better way to exit i3
With ly as my login service, `i3-msg exit` didn’t work anymore. So, I made it so
the service of ly gets restarted, which closes i3.

I also replaced all shortcuts referencing Chromium with their equivalent with
Firefox. I made the switch due to a rencent Chromium update which made my
computer very laggy, while Firefox doesn’t seem to have this problem so far.

I also added a shortcut for toggling the sticky mode for windows, which should
prove useful if I wish to keep certain windows displayed regardless of the
workspace I am on.

Lastly, I added a shortcut to the new feature of `rofi-pass` I implemented,
which allows me to select a password that will be typed for me.
2019-11-06 16:59:19 +01:00
Phuntsok Drak-pa fa502c1ace
no more transparency for mpv 2019-11-06 16:53:45 +01:00
Phuntsok Drak-pa 810d210715
added Gitflow, added custom shortcuts, fixed gnus configuration
Added the Magit Gitflow package to Emacs.

Also added some custom shortcuts, such as `SPC o x t f` which is an alias to
`C-u M-q` or `M-1 M-q`. This is due to the change of editing style in Spacemacs,
I went from the Emacs editing style to the hybrid editing style —that is, in
normal mode, I am using evil-mode, and in insert mode, I am using Emacs’
keybinding.

This also lead me to add a couple of shortcuts for Gnus, which had a broken IMAP
configuration (wrong port).
2019-11-06 16:49:33 +01:00
Phuntsok Drak-pa def4c9b244
updated gitmodules from labs.phundrak.fr to labs.phundrak.com 2019-11-04 14:37:45 +01:00
Phuntsok Drak-pa 275e2c6c58
added option to type password directly in textbox 2019-11-04 10:57:55 +01:00
Phuntsok Drak-pa 740f579d61
sorted aliases, removed cp alias which didn’t work 2019-11-03 12:45:06 +01:00
Phuntsok Drak-pa a2e31d8a7b
added pass layer 2019-11-03 12:44:22 +01:00
Phuntsok Drak-pa 58699da8ff
removed result from elisp code, added rofi-pass utility 2019-11-03 12:44:04 +01:00
Phuntsok Drak-pa f1d40e2b1c
removed `install' abbreviation, emacsclient now launched in GUI when possible, fixed org title 2019-11-03 12:43:01 +01:00
Phuntsok Drak-pa d285729d66
reorganized assignments, fixed font, replaced polybar-launch with rofi-pass 2019-11-03 12:41:35 +01:00
Phuntsok Drak-pa e4cec2a833
added Emacs hint for editing mode for dunstrc 2019-11-03 12:38:03 +01:00
Phuntsok Drak-pa a5b2b07aa1
changed mountable folders in rofi-mount 2019-11-03 12:37:14 +01:00
Phuntsok Drak-pa 18b9ba1c0d
Added xdotool to the needed packages 2019-11-03 12:36:34 +01:00
Phuntsok Drak-pa 7da7e9b4a7
Merged README and nanorc, added reference to other configs, neovim
Merged nanorc.org into README.org. Some new headers also reference other orgmode
config files. Replaced vim with neovim.
2019-10-26 10:59:32 +02:00
Phuntsok Drak-pa 9cb6c32c65
fixed Emacs mode header in polybar config 2019-10-26 10:17:25 +02:00
Phuntsok Drak-pa ce709c7593
fixed syntax in rofi-umount 2019-10-24 23:10:01 +02:00
Phuntsok Drak-pa f5c0bb387f
fixed email config, added php layer 2019-10-24 23:09:34 +02:00
Phuntsok Drak-pa 9afab18dd4
fixed rofi-umount shortcut 2019-10-24 23:08:51 +02:00
Phuntsok Drak-pa 68d6717be4
updated encrypted files 2019-10-24 23:08:23 +02:00
Phuntsok Drak-pa 1378e6a46e
Now signing my commits 2019-10-24 23:07:55 +02:00
Phuntsok Drak-pa 935e958679
added file shortcuts, updated email settings 2019-10-24 17:57:57 +02:00
Phuntsok Drak-pa d57a25c0ae
updated custom layers of emacs 2019-10-24 15:44:24 +02:00
Phuntsok Drak-pa fb89592d20 added gitconfig 2019-10-24 15:36:40 +02:00
Phuntsok Drak-pa 6db2d5c106 Changed backlight utility, fixed some file permissions
Changed the revelant lines in bootstrap source code as well as the shortcuts
dedicated to backlight management in i3
2019-10-24 13:33:59 +02:00
Phuntsok Drak-pa df96c49007 removed song info from neofetch config 2019-10-24 01:26:08 +02:00
Phuntsok Drak-pa 8ea3978680 nicer readme 2019-10-23 15:25:35 +02:00
Phuntsok Drak-pa e05888f731 added wrapper around yadm, changed to /usr/bin/env fish 2019-10-23 14:52:39 +02:00
Phuntsok Drak-pa 317eca7eb1 wacom-emoji now literate programming, fixed issue with rofi-emoji 2019-10-23 14:15:12 +02:00
Phuntsok Drak-pa 825c41e5b2 updated mimeapps 2019-10-23 13:15:43 +02:00