Skip to content

tristanwagner/dotfiles

 
 

Repository files navigation

dotfiles

Forked from mcscoutermarsh's dotfiles

References

Installation

If you have trouble during installation, please open an issue or pull request. ⭐

Clone this repo (or your own fork!) to your home directory (/Users/username).

git clone https://github.com/tristanwagner/dotfiles ~/dotfiles
cd ~/dotfiles
./install

VIM

Vim specific things for windows

We need to install and use gvim on windows, it seems complicated to really
use it flawlessly in terminal emulators..

After install my vim & config files were located in C:\tools\vim so I just
took all my config files and copied them to this directory (paste and remplace).

After a :PlugInstall most of the stuff seemed to work althought I had to
install some powerline fonts for vim-airline to display properly

Install powerline fonts

Open powershell in admin mode and type

git clone https://github.com/powerline/fonts.git --depth=1
Set-ExecutionPolicy Bypass
\install.ps1
Set-ExecutionPolicy Default

to modify the default font in gvim

" open guifont panel and chose a font
set guifont=*
" print current font setting
set guifont?
" paste the setting in vimrc for example I picked deja vu
set guifont=DejaVu_Sans_Mono_for_Powerline:h18:cANSI:qDRAFT

Stuff to install

  • oh my zsh
  • powerline10k
  • zsh-nvm / nvm
  • ag the silver searcher
  • fzf
  • thefuck
  • bat
  • rust/cargo

About

my dotfiles 💪⚡

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 40.1%
  • Python 39.7%
  • Shell 15.8%
  • TypeScript 3.3%
  • Ruby 0.3%
  • HTML 0.3%
  • Other 0.5%