mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
Merge branch 'master' of github.com:aquatix/dotfiles
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -218,3 +218,5 @@ export NVM_DIR="${HOME}/.nvm"
|
|||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
|
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|
||||||
|
[ -f ~/.cargo/env ] && . "$HOME/.cargo/env"
|
||||||
|
|||||||
@@ -244,3 +244,4 @@ gebarbecuede
|
|||||||
WTF
|
WTF
|
||||||
syncthing
|
syncthing
|
||||||
Madurodam
|
Madurodam
|
||||||
|
fietsrit
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -1,7 +1,7 @@
|
|||||||
dotfiles
|
dotfiles
|
||||||
========
|
========
|
||||||
|
|
||||||
After having my homedirs in subversion for years, moved this collection to Git in 2014 and standardised over all my machines.
|
After having my homedirs in subversion for years, moved this collection to Git [in 2014](https://github.com/aquatix/dotfiles/commit/18c02056381e7c44dd220f6cd54182ce3f040104) and standardised over all my machines (servers, desktops, laptops, phones, tablets).
|
||||||
|
|
||||||
To install:
|
To install:
|
||||||
|
|
||||||
@@ -27,6 +27,18 @@ Both the shell configuration and vim make use of `fzf`. [fzf is a general-purpos
|
|||||||
If your distribution does not provide a package, [get yours from the releases page](https://github.com/BurntSushi/ripgrep/releases) (there's a .deb for 64-bit systems).
|
If your distribution does not provide a package, [get yours from the releases page](https://github.com/BurntSushi/ripgrep/releases) (there's a .deb for 64-bit systems).
|
||||||
|
|
||||||
|
|
||||||
|
## starship prompt
|
||||||
|
|
||||||
|
By default, the included fish shell configuration installs and uses the bobthefish prompt, but I have been using the [starship](https://starship.rs/) prompt [since November 2023](https://github.com/aquatix/dotfiles/commit/3836faaaf1e1207ee122eb3b72aa3cab27b4f1f7) and [configuration is included](https://github.com/aquatix/dotfiles/blob/master/.config/starship.toml).
|
||||||
|
|
||||||
|
To use, [install starship](https://starship.rs/#quick-install) and link the configuration to activate the configured prompt:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd ~/.config
|
||||||
|
ln -s ../.dot/dotfiles/.config/starship.toml
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## vim config
|
## vim config
|
||||||
|
|
||||||
The [.vimrc](https://github.com/aquatix/dotfiles/blob/master/.vimrc) has a lot going on. [Find out more about my tweaks](https://dammit.nl/tag/vim.html) and use `:Maps` in vim itself to see key mappings
|
The [.vimrc](https://github.com/aquatix/dotfiles/blob/master/.vimrc) has a lot going on. [Find out more about my tweaks](https://dammit.nl/tag/vim.html) and use `:Maps` in vim itself to see key mappings
|
||||||
|
|||||||
@@ -3,5 +3,7 @@ cd ~/divaultplan
|
|||||||
git pull
|
git pull
|
||||||
cd ~/divaultphren
|
cd ~/divaultphren
|
||||||
git pull
|
git pull
|
||||||
|
cd ~/divaultwiki
|
||||||
|
git pull
|
||||||
#vim -c ":vsp planning_2015.todo" notes_2015.md notes_2014.md
|
#vim -c ":vsp planning_2015.todo" notes_2015.md notes_2014.md
|
||||||
vim -c "set nofoldenable" ~/divaultplan/planning_2024.todo ~/divaultphren/index.md
|
vim -c "set nofoldenable" ~/divaultplan/planning_2024.todo ~/divaultphren/index.md ~/divaultwiki/home.md
|
||||||
|
|||||||
Reference in New Issue
Block a user