2018-02-10 08:56:56 +01:00
|
|
|
# Dotfiles
|
2024-04-24 21:16:18 +02:00
|
|
|
These are the configuration files I currently use for my daily driver setup.
|
2018-02-09 14:18:35 +01:00
|
|
|
|
2018-10-13 11:37:40 +02:00
|
|
|
# Desktop
|
2024-04-24 17:07:39 +02:00
|
|
|
I Use Gnome as my daily driver
|
2018-10-13 11:37:40 +02:00
|
|
|
|
|
|
|
## Other Software I Use
|
|
|
|
* [WeeChat](https://github.com/weechat/weechat)
|
2018-05-01 16:00:01 +02:00
|
|
|
* [NewsBoat](https://github.com/newsboat/newsboat)
|
2018-10-13 11:37:40 +02:00
|
|
|
* [NeoVim](https://github.com/neovim/neovim)
|
|
|
|
|
2018-02-09 15:54:55 +01:00
|
|
|
# Stow Commands
|
2018-02-09 15:41:00 +01:00
|
|
|
I use Gnu Stow to manage my dotfiles. Dotfiles from this repository can be used by issuing:
|
|
|
|
~~~
|
2018-05-01 16:00:01 +02:00
|
|
|
stow -t ~ newsboat
|
2018-10-13 11:37:40 +02:00
|
|
|
stow -t ~ neovim
|
2018-05-09 13:27:32 +02:00
|
|
|
stow -t ~ bash
|
2018-10-13 11:37:40 +02:00
|
|
|
stow -t ~ weechat
|
2024-04-24 21:25:07 +02:00
|
|
|
stow -t ~ ranger
|
2018-02-09 15:41:00 +01:00
|
|
|
~~~
|
2024-04-25 09:03:13 +02:00
|
|
|
|
|
|
|
# Scripts
|
|
|
|
I have a few scripts I like to use that sets up som terminal windows the way I like them
|
|
|
|
* comms.sh opens a tmux with newsboat and weechat
|
|
|
|
* setup_development.sh sets up a Neovim development tmux which is tailored to my ultrawide monitor
|
|
|
|
~~~
|
|
|
|
stow -t ~ scripts
|
|
|
|
~~~
|
|
|
|
|