https://github.com/mischavandenburg/dotfiles
My configuration files for bash, vim, tmux and so forth.
https://github.com/mischavandenburg/dotfiles
Last synced: 4 months ago
JSON representation
My configuration files for bash, vim, tmux and so forth.
- Host: GitHub
- URL: https://github.com/mischavandenburg/dotfiles
- Owner: mischavandenburg
- License: mit
- Created: 2023-02-21T13:51:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T18:18:05.000Z (5 months ago)
- Last Synced: 2024-12-01T07:52:59.015Z (5 months ago)
- Language: Python
- Size: 3.41 MB
- Stars: 410
- Watchers: 7
- Forks: 67
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: newsboat/config
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mischavandenburg/dotfiles - My configuration files for bash, vim, tmux and so forth. (Python)
README
# Dotfiles
My configuration files for bash, vim, tmux and so forth.
For a full walkthrough of these config files + more, check out [my Skool community.](https://mischavandenburg.com/skool)
## Shell
I went back to Zsh.
No oh-my-zsh.
## Setup Notes
The intention is to be able to run a setup script after cloning the repo on a Mac or Ubuntu (WSL) system and be up and running very quickly.
### Ubuntu
```bash
DOTFILES_DIR=$HOME/Repos/github.com/mischavandenburg
mkdir -p $DOTFILES_DIR
cd $DOTFILES_DIR
git clone https://github.com/mischavandenburg/dotfiles.git
cd dotfiles
```### Windows and WSL setup
- Install WSL in powershell
```bash
The above command only works if WSL is not installed at all, if you run wsl --install and see the WSL help text, please try running wsl --list --online to see a list of available distros and run wsl --install -d to install a distro. To uninstall WSL, see Uninstall legacy version of WSL or unregister or uninstall a Linux distribution.
```- Use [chocolatey](https://chocolatey.org/install) to install Windows Terminal Preview using `choco install microsoft-windows-terminal --pre`
- Get gruvbox-material color scheme for Windows Terminal.
- Open the settings.json in windows preview by opening a new tab and click on Settings while holding shift
- Paste in the colorschemes and asssign it to the Ubuntu profile in Windows TerminalThere is an issue with npm on wsl ubuntu 22. Use this to install npm: